summaryrefslogtreecommitdiff
path: root/pcr/python-unidiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2019-02-23 13:03:16 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2019-02-23 13:03:16 -0500
commite992bb10b168e5f57113d0b2613ffcff8d347fe0 (patch)
tree0db9623b55b87a2648203f5587196c54d3ff4ae6 /pcr/python-unidiff
parentd63db1cb049550a50469f047ae3ce5a082938135 (diff)
downloadabslibre-e992bb10b168e5f57113d0b2613ffcff8d347fe0.tar.gz
abslibre-e992bb10b168e5f57113d0b2613ffcff8d347fe0.tar.bz2
abslibre-e992bb10b168e5f57113d0b2613ffcff8d347fe0.zip
Remove some unused python 3.6 packages owned by ex-hackers
- python-pygame-sdl2 (coadde) - python-unidiff (g4jc) - python-uritools-git (emulatorman)
Diffstat (limited to 'pcr/python-unidiff')
-rw-r--r--pcr/python-unidiff/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/python-unidiff/PKGBUILD b/pcr/python-unidiff/PKGBUILD
deleted file mode 100644
index 54ebe5afe..000000000
--- a/pcr/python-unidiff/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
-# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>
-
-_pkgname=unidiff
-pkgname=python-$_pkgname
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="Simple Python library to parse and interact with unified diff data."
-arch=('any')
-url="https://github.com/matiasb/python-unidiff"
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/matiasb/python-unidiff/archive/v$pkgver.tar.gz")
-sha512sums=('c597795d77166dfd788cbe30d7b12c7b37d2e2bd0f078a22ff5f95f067e3060f70727c87262af688860bb2fa6303b67ac149c4c2eff418168e084056ff53cd2e')
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- python setup.py install --root="$pkgdir/" --optimize=1
-}
-