diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-09-05 10:35:09 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-09-05 10:35:09 +0000 |
commit | 76b2e292318ca1073db7adc15c8e96e55205d91e (patch) | |
tree | 934fd1c3d5d2e9a51fc46c815dce423c9b69819b /testing/py-bottle | |
parent | e00e16099a38ec65830e33a34f8812bc193cb23b (diff) | |
download | aports-76b2e292318ca1073db7adc15c8e96e55205d91e.tar.bz2 aports-76b2e292318ca1073db7adc15c8e96e55205d91e.tar.xz |
community/py-bottle: upgrade to 0.12.9, moved from testing,added python3 support, added py2 and py3 subpackages
Diffstat (limited to 'testing/py-bottle')
-rw-r--r-- | testing/py-bottle/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-bottle/APKBUILD b/testing/py-bottle/APKBUILD deleted file mode 100644 index d6b88ee715..0000000000 --- a/testing/py-bottle/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Paul Kilar <pkilar@gmail.com> -# Maintainer: Paul Kilar <pkilar@gmail.com> -pkgname=py-bottle -_pkgname=bottle -pkgver=0.12.8 -pkgrel=0 -pkgdesc="A fast, simple and lightweight WSGI micro web-framework" -url="http://bottlepy.org/" -arch="noarch" -license="MIT" -depends="python" -depends_dev="" -makedepends="" -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" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="13132c0a8f607bf860810a6ee9064c5b bottle-0.12.8.tar.gz" -sha256sums="cd5d1755a85e533205ed8a2465badf38602227c5f171c3852e07724b28c050ac bottle-0.12.8.tar.gz" -sha512sums="85fbdac6f7ae804a74bc527bb47bcdb5cf653a0227efe36e81e25513b687dd4abc1f772ff7232bd914cb392dea07297154d80aa05b1216c1f796dbed0d5a9510 bottle-0.12.8.tar.gz" |