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

Kyle Keen kkeen at archlinux.org
Sat Nov 25 15:43:50 UTC 2017


    Date: Saturday, November 25, 2017 @ 15:43:43
  Author: kkeen
Revision: 268450

upgpkg: python-entrypoints 0.2.3-1

Modified:
  python-entrypoints/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-25 15:36:00 UTC (rev 268449)
+++ PKGBUILD	2017-11-25 15:43:43 UTC (rev 268450)
@@ -3,11 +3,12 @@
 
 pkgname=python-entrypoints
 _name=entrypoints
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
 pkgdesc="https://pypi.python.org/pypi/entrypoints"
 arch=('any')
 url="https://github.com/takluyver/entrypoints"
+#url="https://pypi.python.org/pypi/entrypoints"
 license=('MIT')
 depends=('python')
 #makedepends=('python-pip')
@@ -14,9 +15,11 @@
 # both sources because the WHL doesn't come with a license
 source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz"
         "https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl")
-md5sums=('7dae980f7c6affd777dc60a51c8d0b0b'
-         '73bd7ce92c19b25dc5a20aff41be996a')
+md5sums=('ad31adbe634709555c400de125098dc8'
+         'c33be165b1307ff873212a9fbcb0c015')
 
+# py2 version needs 'configparser'
+
 package() {
   cd "$srcdir"
   # pip actually doesn't do much and is remarkably slow



More information about the arch-commits mailing list