[arch-commits] Commit in python-ly/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Tue Jul 31 21:20:01 UTC 2018


    Date: Tuesday, July 31, 2018 @ 21:20:01
  Author: eschwartz
Revision: 366141

upgpkg: python-ly 0.9.5-3

python 3.7 rebuild...

Modified:
  python-ly/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-31 20:39:22 UTC (rev 366140)
+++ PKGBUILD	2018-07-31 21:20:01 UTC (rev 366141)
@@ -3,16 +3,13 @@
 _name=ly
 pkgname=python-ly
 pkgver=0.9.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Parse, manipulate or create documents in LilyPond format"
 arch=('any')
 url="https://github.com/wbsoft/python-ly"
 license=('GPL')
-groups=()
 depends=('python')
 makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=()
-optdepends=()
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('a462a83263057291bcdb8a4d54b82b1f')
 validpgpkeys=()
@@ -36,7 +33,6 @@
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
     --optimize=1 \
-    --prefix=/usr \
     --root="${pkgdir}"
   # docs
   install -vDm 644 {ChangeLog,README.rst} \



More information about the arch-commits mailing list