From 4d6ea2ca42e7964dc5eb85703e45b2d3853eecf7 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 8 Sep 2019 07:02:43 -0300 Subject: community/py3-characteristic: rename from py-characteristic --- community/py-characteristic/APKBUILD | 49 ----------------------------------- community/py3-characteristic/APKBUILD | 49 +++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 community/py-characteristic/APKBUILD create mode 100644 community/py3-characteristic/APKBUILD diff --git a/community/py-characteristic/APKBUILD b/community/py-characteristic/APKBUILD deleted file mode 100644 index 8a9fd6a395..0000000000 --- a/community/py-characteristic/APKBUILD +++ /dev/null @@ -1,49 +0,0 @@ -# Contributor: Francesco Colista -# Maintainer: Francesco Colista -pkgname=py-characteristic -_pkgname=characteristic -pkgver=14.3.0 -pkgrel=4 -pkgdesc="Service identity verification for pyOpenSSL" -url="https://pypi.python.org/pypi/characteristic" -arch="noarch" -license="MIT" -depends="" -makedepends="py-setuptools py2-pytest python2-dev py3-pytest python3-dev" -install="" -subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" - -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - cd "$builddir" - python2 setup.py build || return 1 - python3 setup.py build || return 1 -} - -package() { - mkdir -p "$pkgdir" -} - -_py() { - local python=$1 - pkgdesc="$pkgdesc - $python" - install_if="$pkgname=$pkgver-r$pkgrel $python" - cd "$builddir" - $python setup.py install --prefix=/usr --root="$subpkgdir" -} - -_py2() { - _py python2 - replaces="$pkgname" -} - -_py3() { - _py python3 -} - - -md5sums="b249368dd021fde1c06b4802867c0913 characteristic-14.3.0.tar.gz" -sha256sums="ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380 characteristic-14.3.0.tar.gz" -sha512sums="e13a86f453cd3688a74188005b82a661a9c73d9f0408d9afe9e0575e69ffe87a5327f51e2c16a9c0a653b738e7c014d5aa08e353835f0aca7897714b7ae56e83 characteristic-14.3.0.tar.gz" diff --git a/community/py3-characteristic/APKBUILD b/community/py3-characteristic/APKBUILD new file mode 100644 index 0000000000..8a9fd6a395 --- /dev/null +++ b/community/py3-characteristic/APKBUILD @@ -0,0 +1,49 @@ +# Contributor: Francesco Colista +# Maintainer: Francesco Colista +pkgname=py-characteristic +_pkgname=characteristic +pkgver=14.3.0 +pkgrel=4 +pkgdesc="Service identity verification for pyOpenSSL" +url="https://pypi.python.org/pypi/characteristic" +arch="noarch" +license="MIT" +depends="" +makedepends="py-setuptools py2-pytest python2-dev py3-pytest python3-dev" +install="" +subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" + +builddir="$srcdir"/$_pkgname-$pkgver + +build() { + cd "$builddir" + python2 setup.py build || return 1 + python3 setup.py build || return 1 +} + +package() { + mkdir -p "$pkgdir" +} + +_py() { + local python=$1 + pkgdesc="$pkgdesc - $python" + install_if="$pkgname=$pkgver-r$pkgrel $python" + cd "$builddir" + $python setup.py install --prefix=/usr --root="$subpkgdir" +} + +_py2() { + _py python2 + replaces="$pkgname" +} + +_py3() { + _py python3 +} + + +md5sums="b249368dd021fde1c06b4802867c0913 characteristic-14.3.0.tar.gz" +sha256sums="ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380 characteristic-14.3.0.tar.gz" +sha512sums="e13a86f453cd3688a74188005b82a661a9c73d9f0408d9afe9e0575e69ffe87a5327f51e2c16a9c0a653b738e7c014d5aa08e353835f0aca7897714b7ae56e83 characteristic-14.3.0.tar.gz" -- cgit v1.2.3