[arch-commits] Commit in (4 files)

Kyle Keen kkeen at archlinux.org
Sun Apr 24 20:25:56 UTC 2016


    Date: Sunday, April 24, 2016 @ 22:25:55
  Author: kkeen
Revision: 171728

python-endpoints FS#49036

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

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

Added: python-entrypoints/trunk/PKGBUILD
===================================================================
--- python-entrypoints/trunk/PKGBUILD	                        (rev 0)
+++ python-entrypoints/trunk/PKGBUILD	2016-04-24 20:25:55 UTC (rev 171728)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-entrypoints
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="https://pypi.python.org/pypi/entrypoints"
+arch=('any')
+url="https://github.com/takluyver/entrypoints"
+license=('MIT')
+depends=('python')
+source=("https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz")
+md5sums=('e4c017e58c00d2e113e1deaf1f25e526')
+
+package() {
+  cd "$srcdir/entrypoints-$pkgver"
+  # no setup/makefile provided
+  install -Dm644 entrypoints.py "$pkgdir/usr/lib/python3.5/site-packages/entrypoints.py"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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



More information about the arch-commits mailing list