From ce9d87fe30f684ace09a623bf39d767539967649 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 2 Jun 2019 02:47:53 -0300 Subject: testing/py3-cleo: new aport Python3 to create beautiful and testable command-line interfaces https://github.com/sdispater/cleo Closes GH-8381 --- testing/py3-cleo/APKBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 testing/py3-cleo/APKBUILD (limited to 'testing/py3-cleo') diff --git a/testing/py3-cleo/APKBUILD b/testing/py3-cleo/APKBUILD new file mode 100644 index 0000000000..beae311985 --- /dev/null +++ b/testing/py3-cleo/APKBUILD @@ -0,0 +1,25 @@ +# Contributor: Leo +# Maintainer: Leo +pkgname=py3-cleo +_realname=cleo +pkgver=0.6.8 +pkgrel=0 +pkgdesc="Python3 library to create beautiful and testable command-line interfaces" +options="!check" # No tests on pypi tarball, github uses pyproject.toml +url="https://github.com/sdispater/cleo" +arch="noarch" +license="MIT" +depends="python3 py3-pastel py3-pylev py3-clikit" +makedepends="py3-setuptools" +source="https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz" +builddir="$srcdir/$_realname-$pkgver" + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="944f65e5608329a4715afcdb76d1f5dfec188a886d8f5e907fa03b3d3c9594b9a61679cceb7fddcdc2c62655a9acb015b36cac04b6ab0ef131fe62cade350a60 cleo-0.6.8.tar.gz" -- cgit v1.2.3