summaryrefslogtreecommitdiffstats
path: root/testing/py-lockfile
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-02-27 16:52:04 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2014-02-27 16:52:04 +0000
commit5de16cbe0d926037839ed12d3a8b5adff657e688 (patch)
tree80acdda21161717c5089628080903ef30cf768c9 /testing/py-lockfile
parent6f9d770dbb57a48b6f16f94b3bbfaf38ce0b0fa4 (diff)
downloadaports-5de16cbe0d926037839ed12d3a8b5adff657e688.tar.bz2
aports-5de16cbe0d926037839ed12d3a8b5adff657e688.tar.xz
main/py-lockfile: move to main
Diffstat (limited to 'testing/py-lockfile')
-rw-r--r--testing/py-lockfile/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-lockfile/APKBUILD b/testing/py-lockfile/APKBUILD
deleted file mode 100644
index 1aedd915a..000000000
--- a/testing/py-lockfile/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-lockfile
-_pkgname=lockfile
-pkgver=0.9.1
-pkgrel=0
-pkgdesc="A Python file locking module"
-url="https://github.com/smontanaro/pylockfile"
-arch="noarch"
-license="MIT"
-depends="python"
-depends_dev=""
-makedepends="python-dev py-setuptools"
-install=""
-subpackages=""
-source="http://pypi.python.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="ce61468d4c1263e3005737bbed2641f0 lockfile-0.9.1.tar.gz"
-sha256sums="23da589c91f59cb7c644d5ce5df539d448341bd479917d6dde973f82e2719147 lockfile-0.9.1.tar.gz"
-sha512sums="46288cb4d15bcb546d6cece7e032b7b020c71fba695d16a3c7718eeb0bc15c97c29f09f3c1649b6061d117e6bbd708e243fdcee89b2fa5f13a262a0e74f62c3d lockfile-0.9.1.tar.gz"