[arch-commits] Commit in (4 files)

Johannes Löthberg demize at archlinux.org
Sat Jun 13 15:29:12 UTC 2015


    Date: Saturday, June 13, 2015 @ 17:29:12
  Author: demize
Revision: 135263

Add python-srcinfo

Added:
  python-srcinfo/
  python-srcinfo/repos/
  python-srcinfo/trunk/
  python-srcinfo/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Added: python-srcinfo/trunk/PKGBUILD
===================================================================
--- python-srcinfo/trunk/PKGBUILD	                        (rev 0)
+++ python-srcinfo/trunk/PKGBUILD	2015-06-13 15:29:12 UTC (rev 135263)
@@ -0,0 +1,19 @@
+pkgname=python-srcinfo
+pkgver=0.0.1
+pkgrel=1
+
+pkgdesc="Simple .SRCINFO parsing library"
+url='https://github.com/kyrias/python-srcinfo'
+arch=('any')
+license=('ISC')
+
+depends=('python' 'python-setuptools' 'python-parse')
+
+source=(python-srcinfo-"$pkgver".tar.gz::"https://github.com/kyrias/python-srcinfo/archive/$pkgver.tar.gz")
+
+md5sums=('9eb6917d2cdb15dc8ac60d7074e8b777')
+
+package() {
+	cd python-srcinfo-"$pkgver"
+	python setup.py install --root="$pkgdir" --optimize=1
+}


Property changes on: python-srcinfo/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list