Date: Saturday, November 5, 2022 @ 18:39:13
Author: arojas
Revision: 1342357
archrelease: copy trunk to community-any
Added:
python-distro/repos/community-any/PKGBUILD
(from rev 1342356, python-distro/trunk/PKGBUILD)
Deleted:
python-distro/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-05 18:39:04 UTC (rev 1342356)
+++ PKGBUILD 2022-11-05 18:39:13 UTC (rev 1342357)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Tomislav Ivek <[email protected]>
-
-pkgname=python-distro
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Linux OS platform information API'
-url='https://github.com/python-distro/distro'
-arch=('any')
-license=('Apache')
-depends=('python' 'python-setuptools')
-makedepends=('python-sphinx' 'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest')
-options=('!makeflags')
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('6d2e2640b5233f9503adec1290d61cfe58a75faba75b42c71c219c73cf32d7a071018543721894d2565219d3d41b616300469bac8d6d4c5a91db89120343d32e')
-b2sums=('18f92f51d912ab0a64dce54dfbb90b8300b927d59a1715b8e00ee4100b7183010f0093032dcd23bfbf0e51b8f2d5fd017cb66f5e25f0510db42032cf403ca0a8')
-
-build() {
- cd distro-${pkgver}
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd distro-${pkgver}
- PYTHONPATH="build/lib" pytest
-}
-
-package() {
- cd distro-${pkgver}
- python -m installer --destdir="${pkgdir}" dist/*.whl
- install -Dm 644 README.md CHANGELOG.md -t
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-distro/repos/community-any/PKGBUILD (from rev 1342356,
python-distro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-05 18:39:13 UTC (rev 1342357)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Tomislav Ivek <[email protected]>
+
+pkgname=python-distro
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Linux OS platform information API'
+url='https://github.com/python-distro/distro'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-setuptools')
+makedepends=('python-sphinx' 'python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-pytest')
+options=('!makeflags')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('05e857b85f701a0289343cb1254fd82e2826705ce1859078e23f2f2e97fa7edbffec1dc6b79b0cc5c9800ddd25b970da2d75978b4f65c4113b835c69c4e8141c')
+b2sums=('3608ee82db15a5385fc89b74339bc13f516170481e369791f79a0002295adf939126f9b0658a9fad9325e616b86125d48fe9a7e1709f55e7159052e5927239b7')
+
+build() {
+ cd distro-${pkgver}
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd distro-${pkgver}
+ PYTHONPATH="build/lib" pytest
+}
+
+package() {
+ cd distro-${pkgver}
+ python -m installer --destdir="${pkgdir}" dist/*.whl
+ install -Dm 644 README.md CHANGELOG.md -t
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et: