Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
python-ply


Commits:
d6014b58 by Sven-Hendrik Haase at 2025-06-13T23:38:17+02:00
upgpkg: 3.11-15: Rename LICENSE to license-from-upstream

This is in preparation of RFC52.

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- LICENSE → license-from-upstream


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-ply
        pkgdesc = Implementation of lex and yacc parsing tools
        pkgver = 3.11
-       pkgrel = 14
+       pkgrel = 15
        url = https://www.dabeaz.com/ply/
        arch = any
        license = BSD
@@ -9,7 +9,7 @@ pkgbase = python-ply
        depends = python
        source = https://pypi.io/packages/source/p/ply/ply-3.11.tar.gz
        source = python-3.11.patch
-       source = LICENSE
+       source = license-from-upstream
        sha512sums = 
37e39a4f930874933223be58a3da7f259e155b75135f1edd47069b3b40e5e96af883ebf1c8a1bbd32f914a9e92cfc12e29fec05cf61b518f46c1d37421b20008
        sha512sums = 
7f55edd7b78abdd786e4a7b46deb912878d272cf63029ceff285d9387f14c364aa0c9ff1b53d8d60df377e848d5f9272c814948478d6a39f543dac4cca3bc270
        sha512sums = 
5cea085a23ed260afc9084380c1d59e3942c2385089a8eb2391a89c85cde4df2ceb7eed21bb8c4d0cad5b78e59742da69e4c5c78fd0e223f5c99c56e9296a075


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=python-ply
 pkgver=3.11
-pkgrel=14
+pkgrel=15
 pkgdesc='Implementation of lex and yacc parsing tools'
 arch=('any')
 url='https://www.dabeaz.com/ply/'
@@ -14,7 +14,7 @@ depends=('python')
 makedepends=('python-setuptools')
 source=("https://pypi.io/packages/source/p/ply/ply-$pkgver.tar.gz";
         python-3.11.patch
-        LICENSE)
+        license-from-upstream)
 
sha512sums=('37e39a4f930874933223be58a3da7f259e155b75135f1edd47069b3b40e5e96af883ebf1c8a1bbd32f914a9e92cfc12e29fec05cf61b518f46c1d37421b20008'
             
'7f55edd7b78abdd786e4a7b46deb912878d272cf63029ceff285d9387f14c364aa0c9ff1b53d8d60df377e848d5f9272c814948478d6a39f543dac4cca3bc270'
             
'5cea085a23ed260afc9084380c1d59e3942c2385089a8eb2391a89c85cde4df2ceb7eed21bb8c4d0cad5b78e59742da69e4c5c78fd0e223f5c99c56e9296a075')
@@ -33,7 +33,7 @@ package() {
   cd "ply-$pkgver"
   python setup.py install --root="$pkgdir"
 
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../license-from-upstream 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:


=====================================
LICENSE → license-from-upstream
=====================================



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ply/-/commit/d6014b58bd12ab0390d768bb9c99617ea90e71e8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ply/-/commit/d6014b58bd12ab0390d768bb9c99617ea90e71e8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to