aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-20 16:51:45 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-20 16:54:08 -0300
commit5f2266690d9016a7bd3f7e298e05a8a3cad11b27 (patch)
treec0617a9248cbf7b2a0686c08e645e19bda3e5dd8
parent096128fc2fe75dcd2f00b82ef08083a3be9cff4d (diff)
downloadaports-5f2266690d9016a7bd3f7e298e05a8a3cad11b27.tar.bz2
aports-5f2266690d9016a7bd3f7e298e05a8a3cad11b27.tar.xz
testing/py3-django-taggit: rename from py-django-taggit
-rw-r--r--testing/py3-django-taggit/APKBUILD (renamed from testing/py-django-taggit/APKBUILD)0
-rw-r--r--testing/py3-django-timezone-field/APKBUILD3
2 files changed, 3 insertions, 0 deletions
diff --git a/testing/py-django-taggit/APKBUILD b/testing/py3-django-taggit/APKBUILD
index 0a2a7f4e57..0a2a7f4e57 100644
--- a/testing/py-django-taggit/APKBUILD
+++ b/testing/py3-django-taggit/APKBUILD
diff --git a/testing/py3-django-timezone-field/APKBUILD b/testing/py3-django-timezone-field/APKBUILD
index 5adb86e19b..7d0210ad16 100644
--- a/testing/py3-django-timezone-field/APKBUILD
+++ b/testing/py3-django-timezone-field/APKBUILD
@@ -14,6 +14,9 @@ makedepends="py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/mfogel/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
+replaces="py-django-timezone-field" # Backwards compatibility
+provides="py-django-timezone-field=$pkgver-r$pkgrel" # Backwards compatibility
+
build() {
python3 setup.py build