summaryrefslogtreecommitdiff
path: root/~mtjm/python-urlreader
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-18 09:51:44 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-18 09:51:44 +0100
commitc0eaf7d6cfb67725e48ab8a25ebfc938c960a822 (patch)
treee3e29a3d2a418942258ed13417814a7a6224f212 /~mtjm/python-urlreader
parentc5e38cfd300af328bf1ac310d45fa799c060fcbe (diff)
Remove unused ~mtjm packages.
cups-usblp is not needed for my printer, starting with 1.6. A debootstrap that can be built using libretools is available in pcr. I don't use python2-openid nor zbar, while this might be still useful. I don't use python-urlreader nor python-getmediumurl, lack of fixes and active maintenance made them much less useful recently. If you need some of them, add them to pcr.
Diffstat (limited to '~mtjm/python-urlreader')
-rwxr-xr-x~mtjm/python-urlreader/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/~mtjm/python-urlreader/PKGBUILD b/~mtjm/python-urlreader/PKGBUILD
deleted file mode 100755
index 4ffe93c6f..000000000
--- a/~mtjm/python-urlreader/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Michał Masłowski <mtjm@mtjm.eu>
-
-_pkgname=URLReader
-pkgname=python-urlreader
-pkgver=0.0a1
-pkgrel=1
-pkgdesc="Simple package for cached URL fetching"
-arch=("any")
-url="http://hg.mtjm.eu/urlreader/"
-license=('AGPL')
-depends=('python' 'python-distribute')
-checkdepends=('python2') # due to my laziness
-options=(!emptydirs)
-source=("http://pypi.python.org/packages/source/U/URLReader/URLReader-${pkgver}.tar.gz")
-md5sums=("5a96519a24099aae05fc0612d9cfd650")
-
-check() {
- cd "$srcdir/$_pkgname-$pkgver"
- LANG=en_US.UTF-8 python setup.py test
-}
-
-package() {
- cd "$srcdir/$_pkgname-$pkgver"
- LANG=en_US.UTF-8 python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et: