Date: Sunday, January 1, 2023 @ 15:55:55
  Author: jelle
Revision: 1372782

archrelease: copy trunk to community-any

Added:
  python-distro/repos/community-any/PKGBUILD
    (from rev 1372781, python-distro/trunk/PKGBUILD)
Deleted:
  python-distro/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-01 15:55:46 UTC (rev 1372781)
+++ PKGBUILD    2023-01-01 15:55:55 UTC (rev 1372782)
@@ -1,35 +0,0 @@
-# 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:

Copied: python-distro/repos/community-any/PKGBUILD (from rev 1372781, 
python-distro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-01 15:55:55 UTC (rev 1372782)
@@ -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=2
+pkgdesc='Linux OS platform information API'
+url='https://github.com/python-distro/distro'
+arch=('any')
+license=('Apache')
+depends=('python')
+makedepends=('python-sphinx' 'python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
+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:

Reply via email to