summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-08-09 09:58:30 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-08-09 09:58:30 -0500
commit72d9f88820ac33b1b5baeb064a4d2edb4213f603 (patch)
tree7f0f47aece622f5252e34e94aa0689eb82d176b4 /pcr
parent8660e94571b5eebdea4888aff9e4732050e9a2e9 (diff)
downloadabslibre-72d9f88820ac33b1b5baeb064a4d2edb4213f603.tar.gz
abslibre-72d9f88820ac33b1b5baeb064a4d2edb4213f603.tar.bz2
abslibre-72d9f88820ac33b1b5baeb064a4d2edb4213f603.zip
Removing python-ly: This package is in [community] repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/python-ly/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/pcr/python-ly/PKGBUILD b/pcr/python-ly/PKGBUILD
deleted file mode 100644
index 9725b2f73..000000000
--- a/pcr/python-ly/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Maintainer (AUR): Raphaƫl Doursenaud <rdoursenaud@free.fr>
-
-# parabola changes and rationale:
-# no changes.
-
-pkgname=python-ly
-pkgver=0.9.5
-pkgrel=1
-pkgdesc="Python modules to parse, manipulate or create documents in LilyPond format."
-arch=('any')
-url="https://github.com/wbsoft/python-ly"
-license=('GPL')
-depends=('python')
-options=(!emptydirs)
-source=("https://github.com/wbsoft/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('11d2eb5c0f8726d4d8b48bfd104ba30bee1d3c64915028e6710e6e239d1f4c1f')
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et: