summaryrefslogtreecommitdiff
path: root/~mtjm/python2-openid
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/python2-openid
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/python2-openid')
-rwxr-xr-x~mtjm/python2-openid/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/~mtjm/python2-openid/PKGBUILD b/~mtjm/python2-openid/PKGBUILD
deleted file mode 100755
index 31cdf3290..000000000
--- a/~mtjm/python2-openid/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Based on https://aur.archlinux.org/packages.php?ID=12562
-# Contributor: Ryan Coyner <rcoyner@gmail.com>
-# Maintainer: Laszlo Papp <dj szapi at archlinux us>
-pkgname=python2-openid
-pkgver=2.2.5
-pkgrel=1
-pkgdesc="OpenID library for Python"
-arch=('any')
-url="http://www.openidenabled.com/openid/libraries/python"
-license=('Apache')
-depends=('python2')
-source=("http://pypi.python.org/packages/source/p/python-openid/python-openid-${pkgver}.tar.gz")
-md5sums=('393f48b162ec29c3de9e2973548ea50d')
-
-build() {
- cd "${srcdir}/python-openid-${pkgver}"
- python2 setup.py build || return 1
- python2 setup.py install --root=$pkgdir || return 1
-}