aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-09-08 14:54:00 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-09-08 14:54:00 +0200
commit85a88c0cf585ffa54bef3074943e461848cdbb35 (patch)
tree6260c276e9fed9a6a9bfa22dbe04e5a2bf2f6afc
parente268c74d411e198445918f1b857de00695726258 (diff)
downloadalpine_aports-85a88c0cf585ffa54bef3074943e461848cdbb35.tar.bz2
alpine_aports-85a88c0cf585ffa54bef3074943e461848cdbb35.tar.xz
alpine_aports-85a88c0cf585ffa54bef3074943e461848cdbb35.zip
Revert "testing/py-barcodenumber: new aport"
This reverts commit 23a95a8f1ec6f2e45b1005931e3af303175b2500.
-rw-r--r--testing/py-barcodenumber/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-barcodenumber/APKBUILD b/testing/py-barcodenumber/APKBUILD
deleted file mode 100644
index aa0a72ec48..0000000000
--- a/testing/py-barcodenumber/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
1# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
3pkgname=py-barcodenumber
4_pkgname=barcodenumber
5pkgver=0.1
6pkgrel=0
7pkgdesc="A Python module to validate product codes"
8url="https://bitbucket.org/zikzakmedia/python-barcodenumber"
9arch="noarch"
10license="GPL3"
11depends="python"
12depends_dev=""
13makedepends="python-dev"
14install=""
15subpackages=""
16source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
17
18_builddir="$srcdir"/$_pkgname-$pkgver
19prepare() {
20 local i
21 cd "$_builddir"
22 for i in $source; do
23 case $i in
24 *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
25 esac
26 done
27}
28
29build() {
30 cd "$_builddir"
31 python setup.py build || return 1
32}
33
34package() {
35 cd "$_builddir"
36 python setup.py install --prefix=/usr --root="$pkgdir" || return 1
37}
38
39md5sums="831ad66245ee9438ae5611fcdc358d24 barcodenumber-0.1.tar.gz"
40sha256sums="cdbaa7a1e707cbfb94669300340d98e63184ff8630a8d5e36802aad6a14b7477 barcodenumber-0.1.tar.gz"
41sha512sums="cc69584b0c1782e953798d687d62a605e47fa8427517e026ec77e688654cc618ecdeb82f5c231483044fdd1bf6cb20d120be4453e1878e4cb2c3a0e432b60f39 barcodenumber-0.1.tar.gz"