diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 06:33:37 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 06:39:29 -0300 |
commit | e4fb78d47a628837d927f8b31d9ed1a0bc360910 (patch) | |
tree | b1ecbfa25678f26d24ecd0b442e18e85833815a4 /testing | |
parent | 3f0524dfbe02a03b1db529629248591cf5d64a9b (diff) | |
download | aports-e4fb78d47a628837d927f8b31d9ed1a0bc360910.tar.bz2 aports-e4fb78d47a628837d927f8b31d9ed1a0bc360910.tar.xz |
testing/py-pyramid-xmlrpc: drop
- No longer developed
- No source code available in development repo
- Homepage doesn't exist
- Claims to depend on setuptools and pyramid but also depends on webob
and xmlrpclib
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-pyramid-xmlrpc/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-pyramid-xmlrpc/APKBUILD b/testing/py-pyramid-xmlrpc/APKBUILD deleted file mode 100644 index f499319714..0000000000 --- a/testing/py-pyramid-xmlrpc/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-pyramid-xmlrpc -_pkgname=pyramid_xmlrpc -pkgver=0.1 -pkgrel=0 -pkgdesc="A pyramid plugin that provides XML-RPC support" -url="https://pypi.python.org/pypi/pyramid_xmlrpc" -arch="noarch" -license="BSD" -depends="python2 py-pyramid" -depends_dev="" -makedepends="python2-dev py-setuptools" -install="" -subpackages="" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$_pkgname-$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" - python2 setup.py build || return 1 -} - -package() { - cd "$_builddir" - python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="e1acbaceefa9eefdd2284b48818767cc pyramid_xmlrpc-0.1.tar.gz" -sha256sums="799dd2399cf0aefc82113f86604673658c0c642d694682737097b45970dfe8d5 pyramid_xmlrpc-0.1.tar.gz" -sha512sums="e1e6fdc9cd0c207fc6d149884f52344197f50aaed500fabc220494424b0f899ccd893cff3a2e8e2db5e99e15dfef8ecd1141664d66f82e92a2ca8d726232fbdd pyramid_xmlrpc-0.1.tar.gz" |