summaryrefslogtreecommitdiff
path: root/libre/python-pgpdump
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /libre/python-pgpdump
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'libre/python-pgpdump')
-rw-r--r--libre/python-pgpdump/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/libre/python-pgpdump/PKGBUILD b/libre/python-pgpdump/PKGBUILD
deleted file mode 100644
index e65f60dfa..000000000
--- a/libre/python-pgpdump/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-
-_pkgname=pgpdump
-pkgname=(python-pgpdump python2-pgpdump)
-pkgver=1.4
-pkgdesc=" a Python library for parsing PGP packets"
-url="https://github.com/toofishes/python-pgpdump"
-license=('custom:BSD3')
-
-pkgrel=1
-arch=(any)
-makedepends=(python python2)
-provides=(python2-pgpdump)
-source=(http://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz)
-md5sums=(b437c28ff9d6a6257a0062c0bbe2a9ec)
-
-package_python-pgpdump() {
- cd "$srcdir/$_pkgname-$pkgver"
- python setup.py install --root="$pkgdir/" --optimize=1
- install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_python2-pgpdump() {
- cd "$srcdir/$_pkgname-$pkgver"
- python2 setup.py install --root="$pkgdir/" --optimize=1
- install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}