aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-text-unidecode/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-text-unidecode/APKBUILD')
-rw-r--r--community/py3-text-unidecode/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/py3-text-unidecode/APKBUILD b/community/py3-text-unidecode/APKBUILD
index 325491f22ea..10dd4968973 100644
--- a/community/py3-text-unidecode/APKBUILD
+++ b/community/py3-text-unidecode/APKBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Drew DeVault <sir@cmpwn.com>
+# Maintainer:
pkgname=py3-text-unidecode
_pkgname=text-unidecode
pkgver=1.3
-pkgrel=2
+pkgrel=6
pkgdesc="The most basic Text::Unidecode port"
url=https://github.com/kmike/text-unidecode/
arch=noarch
@@ -10,6 +10,7 @@ license="Artistic-1.0-cl8"
depends="python3"
makedepends="py3-setuptools"
checkdepends="pytest"
+subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/kmike/$_pkgname/archive/$pkgver.tar.gz"
builddir=$srcdir/$_pkgname-$pkgver
@@ -25,7 +26,7 @@ check() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="8f782a1f0289721bf72d4f32c351628c537a118ea995ea63636abd0f87124909cf52b2f4d8a9b02ab9403fd41f2d1725eb0d7ffeb4f6e80cbd1791edfcd4faec py3-text-unidecode-1.3.tar.gz"