aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hy
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-09-23 20:50:51 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-09-23 22:01:08 +0200
commit53780266cbbe881545922dcf255a5cf7af526f41 (patch)
treeb305e3ee4862c47df6fd17f103ba5dcd660868b7 /testing/hy
parent152eb2392ee92a36092b93e721f19af16c3c2348 (diff)
downloadaports-53780266cbbe881545922dcf255a5cf7af526f41.tar.bz2
aports-53780266cbbe881545922dcf255a5cf7af526f41.tar.xz
testing/hy: add comment to get_version removal
Diffstat (limited to 'testing/hy')
-rw-r--r--testing/hy/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/hy/APKBUILD b/testing/hy/APKBUILD
index 059db6b556..e12239ade6 100644
--- a/testing/hy/APKBUILD
+++ b/testing/hy/APKBUILD
@@ -30,6 +30,9 @@ check() {
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
+
+ # This file is only needed for setuptools-produced source
+ # distributions <https://github.com/hylang/hy/commit/bd7b8bf5e19e>.
rm -rf "$pkgdir"/usr/get_version
}