aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pyphen
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-04-03 16:16:39 -0400
committerLeo <thinkabit.ukim@gmail.com>2019-06-09 13:15:17 -0300
commita47f9b4f2f030a8af8ea112053869047216722f4 (patch)
tree20df5259dcb08b44d41fc5f3b43d0d535e9f4d65 /testing/py-pyphen
parent582ad4362e48fccc85b0491dd98ffe3cf11b57a0 (diff)
downloadaports-a47f9b4f2f030a8af8ea112053869047216722f4.tar.bz2
aports-a47f9b4f2f030a8af8ea112053869047216722f4.tar.xz
testing/py-pyphen: adopt
Diffstat (limited to 'testing/py-pyphen')
-rw-r--r--testing/py-pyphen/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/py-pyphen/APKBUILD b/testing/py-pyphen/APKBUILD
index f3a4069661..27c5574572 100644
--- a/testing/py-pyphen/APKBUILD
+++ b/testing/py-pyphen/APKBUILD
@@ -1,6 +1,5 @@
-# Contributor:
# Contributor: Stefan Wagner <stw@bit-strickerei.de>
-# Maintainer:
+# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py-pyphen
_pkgname=Pyphen
pkgver=0.9.5
@@ -9,7 +8,7 @@ pkgdesc="python-based dictionary hyphenator library"
url="http://www.pyphen.org/"
arch="noarch"
license="GPL-2.0-or-later MPL LGPL-2.0-or-later"
-makedepends="python2-dev python3-dev py-setuptools"
+makedepends="python2-dev python3-dev py2-setuptools py3-setuptools"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"