aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-cparser
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-12-09 13:40:13 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2015-12-09 13:40:13 +0100
commit5c175274a2bb9c215f4332761ae1c3251ae3450d (patch)
tree22b0db1e67ae3eb2477ca4bfc8b7739eb52b0103 /testing/py-cparser
parent15d1ec2d5e5d36fc7e78d96f34d9c3583bf56dc2 (diff)
downloadaports-5c175274a2bb9c215f4332761ae1c3251ae3450d.tar.bz2
aports-5c175274a2bb9c215f4332761ae1c3251ae3450d.tar.xz
testing/py-cparser: move to community
Diffstat (limited to 'testing/py-cparser')
-rw-r--r--testing/py-cparser/APKBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/py-cparser/APKBUILD b/testing/py-cparser/APKBUILD
deleted file mode 100644
index 99fd4dfbc1..0000000000
--- a/testing/py-cparser/APKBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer: William Pitcock <nenolod@dereferenced.org>
-pkgname=py-cparser
-pkgver=2.10
-pkgrel=0
-pkgdesc="a C parser written in Python"
-url="https://github.com/eliben/pycparser"
-arch="noarch"
-license="BSD"
-depends="python"
-depends_dev=""
-makedepends="python-dev py-setuptools"
-install=""
-subpackages=""
-source="https://pypi.python.org/packages/source/p/pycparser/pycparser-$pkgver.tar.gz"
-
-_builddir="$srcdir"/pycparser-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- python setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="d87aed98c8a9f386aa56d365fe4d515f pycparser-2.10.tar.gz"
-sha256sums="957d98b661c0b64b580ab6f94b125e09b6714154ee51de40bca16d3f0076b86c pycparser-2.10.tar.gz"
-sha512sums="afe5079d6b0a39ea7f0df1ce74b1981c78d8687dbef50fb7a692395ca4a7e7a8119ec6abc0dfeb7a0535865ed2fac9dafca189bdbf6ff9205612205560e2d371 pycparser-2.10.tar.gz"