diff --git a/community/py3-editables/APKBUILD b/main/py3-editables/APKBUILD similarity index 94% rename from community/py3-editables/APKBUILD rename to main/py3-editables/APKBUILD index bb9fab47a34..80762296d6a 100644 --- a/community/py3-editables/APKBUILD +++ b/main/py3-editables/APKBUILD @@ -2,13 +2,12 @@ # Maintainer: Duncan Bellamy pkgname=py3-editables pkgver=0.5 -pkgrel=0 +pkgrel=1 pkgdesc="library for creating editable wheels" url="https://github.com/pfmoore/editables" arch="noarch" license="MIT" -# archive has no tests -options="!check" +options="!check" #pytest circular dep depends="python3" makedepends="py3-gpep517 py3-installer py3-flit-core py3-wheel" subpackages="$pkgname-pyc"