summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-11-03 12:37:04 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-11-03 12:37:04 -0500
commit48b1521fb22716b8f19494aadf3e24e9741501c4 (patch)
tree9cd995f65e5656e98dab3afedbd8fef440e5fae9 /pcr
parent564471eac13038d62c589b4a107039c23fb4f17f (diff)
Removing python-markups: This package is in [community] repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/python-markups/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/pcr/python-markups/PKGBUILD b/pcr/python-markups/PKGBUILD
deleted file mode 100644
index 4bbbe8e99..000000000
--- a/pcr/python-markups/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Maintainer (Arch): Thomas Weißschuh <thomas t-8ch de>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgbase=python-markups
-pkgname=(python-markups python2-markups)
-pkgver=0.6.1
-pkgrel=1.1
-_libname=Markups
-pkgdesc='Wrapper around various text markups'
-url='http://launchpad.net/python-markups'
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('BSD3')
-arch=('any')
-source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-
-package_python-markups() {
- depends=('python')
- optdepends=('python-markdown: markdown support'
- 'python-docutils: reST support')
-
- cd "$srcdir/$_libname-$pkgver"
- python setup.py install --root="$pkgdir"
-}
-
-package_python2-markups() {
- depends=('python2')
- optdepends=('python2-markdown: markdown support'
- 'python2-docutils: reST support')
-
- cd "$srcdir/$_libname-$pkgver"
- python2 setup.py install --root="$pkgdir"
-}
-
-sha256sums=('1f3d6f7b85ac9ddcb936b8b2b6fa15a42ddc9dfc22a075d83d9160b5d59f6d84')