aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-07-23 09:57:04 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2019-07-23 10:02:07 +0000
commita4b0058efaafe6ae397243f4797b235eae232971 (patch)
tree2c91889343f91b14db6a9396a5effdd877f8b7a3 /testing
parent3040bec346dc31428f56ad258b03fda3be7aac56 (diff)
downloadaports-a4b0058efaafe6ae397243f4797b235eae232971.tar.bz2
aports-a4b0058efaafe6ae397243f4797b235eae232971.tar.xz
testing/py3-texttable: move to community
due to docker-compose
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-texttable/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py3-texttable/APKBUILD b/testing/py3-texttable/APKBUILD
deleted file mode 100644
index bacbc14402..0000000000
--- a/testing/py3-texttable/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=py3-texttable
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="module for creating simple ASCII tables"
-url="https://github.com/foutaise/texttable/"
-arch="all"
-license="LGPL-3.0"
-depends="python3"
-makedepends="python3-dev"
-source="https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz"
-builddir="$srcdir/texttable-$pkgver"
-
-build() {
- cd "$builddir"
- python3 setup.py build
-}
-
-check() {
- cd "$builddir"
- python3 setup.py check
-}
-
-package() {
- cd "$builddir"
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="41d1b429ee32cd717d273152da0263cfff13d79aae7ecc69bda455c1391ea1e6cf74b412e6043bf3d32d62932b4498a2484deb997ef545fdd6195fd5ebd58fc5 texttable-1.4.0.tar.gz"