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

Kyle Keen kkeen at gemini.archlinux.org
Thu Feb 3 12:18:36 UTC 2022


    Date: Thursday, February 3, 2022 @ 12:18:36
  Author: kkeen
Revision: 1124863

upgpkg: python-entrypoints 0.4-1

Modified:
  python-entrypoints/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-03 12:18:30 UTC (rev 1124862)
+++ PKGBUILD	2022-02-03 12:18:36 UTC (rev 1124863)
@@ -2,8 +2,8 @@
 
 pkgname=python-entrypoints
 _name=entrypoints
-pkgver=0.3
-pkgrel=8
+pkgver=0.4
+pkgrel=1
 pkgdesc="Discover and load entry points from installed packages."
 arch=('any')
 url="https://github.com/takluyver/entrypoints"
@@ -15,11 +15,11 @@
 # several sources because the WHL doesn't come with a license
 # and pypi version is the only one with setup.py
 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"
+        "https://files.pythonhosted.org/packages/py3/e/$_name/$_name-$pkgver-py3-none-any.whl"
         "$pkgname-pypi-$pkgver.tgz::https://pypi.io/packages/source/e/$_name/$_name-$pkgver.tar.gz")
-md5sums=('3b2d456ff069b080aa95f162a53a6679'
-         'c47396b6c43dadc81e25d29b9fac8bd3'
-         'c5c61ea2e46a0c50ea08f4af7955a0b1')
+md5sums=('9d37abd7147c6b7e0af55adc95691062'
+         '1c8f717951f0d2f0125739753eda6bdc'
+         '3acd8b72119a8fb1eac7030c24ac6b49')
 
 package() {
   cd "$srcdir"



More information about the arch-commits mailing list