Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-conway-polynomials


Commits:
6a279492 by Antonio Rojas at 2024-05-07T23:58:06+02:00
upgpkg: 0.10-1: Update to 0.10

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,17 @@
 pkgbase = python-conway-polynomials
        pkgdesc = Python interface to Frank Lübeck's Conway polynomial database
-       pkgver = 0.9
-       pkgrel = 2
+       pkgver = 0.10
+       pkgrel = 1
        url = https://github.com/sagemath/conway-polynomials
        arch = any
-       license = GPL3
+       license = GPL-3.0-or-later
+       makedepends = git
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
        depends = python
-       source = 
https://github.com/sagemath/conway-polynomials/archive/0.9/python-conway-polynomials-0.9.tar.gz
-       sha256sums = 
dd1dff678707d44cdc30f812d5cbe3551a56ec9ec1983f7651e75dcf8bfd2541
+       source = git+https://github.com/sagemath/conway-polynomials#tag=0.10
+       sha256sums = 
10abc9a9501618482224c214eb89358a00ddf949033862242a88748d67faad4a
 
 pkgname = python-conway-polynomials


=====================================
PKGBUILD
=====================================
@@ -2,27 +2,28 @@
 
 _pyname=conway-polynomials
 pkgname=python-$_pyname
-pkgver=0.9
-pkgrel=2
+pkgver=0.10
+pkgrel=1
 pkgdesc="Python interface to Frank Lübeck's Conway polynomial database"
 arch=(any)
 url='https://github.com/sagemath/conway-polynomials'
-license=(GPL3)
+license=(GPL-3.0-or-later)
 depends=(python)
-makedepends=(python-build
+makedepends=(git
+             python-build
              python-installer
              python-setuptools
              python-wheel)
-source=(https://github.com/sagemath/$_pyname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('dd1dff678707d44cdc30f812d5cbe3551a56ec9ec1983f7651e75dcf8bfd2541')
+source=(git+https://github.com/sagemath/$_pyname#tag=$pkgver)
+sha256sums=('10abc9a9501618482224c214eb89358a00ddf949033862242a88748d67faad4a')
 
 build() {
-  cd $_pyname-$pkgver
+  cd $_pyname
   python -m build --wheel --no-isolation
 }
 
 package() {
-  cd $_pyname-$pkgver
+  cd $_pyname
   python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-conway-polynomials/-/commit/6a279492844531ff5c2c9c6ea932573f39f56f59

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-conway-polynomials/-/commit/6a279492844531ff5c2c9c6ea932573f39f56f59
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to