summaryrefslogtreecommitdiff
path: root/python3-ply
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-06-20 23:29:30 +0000
committerTim Biermann <tbier@posteo.de>2020-06-20 23:29:30 +0000
commit6221a1e4d78e837827976df3bdf51436470bc2a5 (patch)
treec601d67911e98fdd2f5e972613c33067d163a8bb /python3-ply
parent6283665a825e0c36e305694d599d6feb6b2a9300 (diff)
downloadcontrib-6221a1e4d78e837827976df3bdf51436470bc2a5.tar.gz
contrib-6221a1e4d78e837827976df3bdf51436470bc2a5.tar.xz
updated some urls
Diffstat (limited to 'python3-ply')
-rw-r--r--python3-ply/.signature6
-rw-r--r--python3-ply/Pkgfile5
2 files changed, 5 insertions, 6 deletions
diff --git a/python3-ply/.signature b/python3-ply/.signature
index d9b316276..82da4bc52 100644
--- a/python3-ply/.signature
+++ b/python3-ply/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF39hNT359lbLRPlu5ldKLvm2Te3smAKJFNnNQDxt8bPolXaRQO9Xmxt1HQeWKBzHr9gbJrwFxkalRX7tUiKB3aw0=
-SHA256 (Pkgfile) = f20ce00df10c1354f0bfedaf6bc9c69b8ce745e9bf6c4eaed1b5678821d284d4
+RWSagIOpLGJF37d7SHEU3o6nkWBwgEcyASlOuh5kI6BOt2uO3Hlz3tCYvNfSDmCrqrYIMnJ/Zg+uDHnM+v2lrFr8VJmsdDhJGwg=
+SHA256 (Pkgfile) = 7c3b120fe00cf1cf398d4c584544bc7a68292da439948351082e1d1ad1808d81
SHA256 (.footprint) = d39a46b64673367949496f673c97cb3d58310d891111103e6c071842a86056ae
-SHA256 (ply-3.11.tar.gz) = 00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3
+SHA256 (ply-3.11.tar.gz) = 928c5642612f4710b168d3c49c25f6ece2913a5e8d1c5e37fde5d6162fec3fd2
diff --git a/python3-ply/Pkgfile b/python3-ply/Pkgfile
index ee4c89dad..d854d28b6 100644
--- a/python3-ply/Pkgfile
+++ b/python3-ply/Pkgfile
@@ -1,13 +1,12 @@
# Description: Lex and yacc parsing tools for Python
-# URL: https://www.dabeaz.com/ply/
+# URL: https://github.com/dabeaz/ply
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-ply
version=3.11
release=1
-# ssl cert seems broken..
-source=(http://www.dabeaz.com/ply/ply-$version.tar.gz)
+source=(https://github.com/dabeaz/ply/archive/$version/ply-$version.tar.gz)
build() {
cd ply-$version

Generated by cgit