From dec2d83070e13f7e05ce4e7641216fec6884cb7e Mon Sep 17 00:00:00 2001 From: Will Sinatra Date: Sun, 25 Feb 2024 21:58:18 -0500 Subject: [PATCH] main/py3-editables: move from community --- {community => main}/py3-editables/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename {community => main}/py3-editables/APKBUILD (94%) 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"