[arch-commits] Commit in python-traitlets/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Jun 1 05:44:03 UTC 2022


    Date: Wednesday, June 1, 2022 @ 05:44:02
  Author: arojas
Revision: 1218277

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-01 05:43:53 UTC (rev 1218276)
+++ PKGBUILD	2022-06-01 05:44:02 UTC (rev 1218277)
@@ -1,35 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-traitlets
-pkgver=5.2.2
-pkgrel=1
-pkgdesc="A configuration system for Python applications"
-arch=('any')
-url="https://traitlets.readthedocs.io/en/stable/"
-license=('BSD')
-depends=('python-decorator')
-makedepends=('python-build' 'python-installer' 'python-hatchling')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz")
-md5sums=('6a28a5b81bf4ad369bfec50d539e8a51')
-
-prepare() {
-  cd traitlets-$pkgver
-  sed -e 's|(5, 2, 2, \"final\")|(5, 2, 2)|' -i traitlets/_version.py
-}
-
-build() {
-  cd traitlets-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd traitlets-$pkgver
-  pytest -v
-}
-
-package() {
-  cd traitlets-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-traitlets/repos/community-any/PKGBUILD (from rev 1218276, python-traitlets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-01 05:44:02 UTC (rev 1218277)
@@ -0,0 +1,30 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-traitlets
+pkgver=5.2.2.post1
+pkgrel=1
+pkgdesc="A configuration system for Python applications"
+arch=('any')
+url="https://traitlets.readthedocs.io/en/stable/"
+license=('BSD')
+depends=('python-decorator')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz")
+md5sums=('44535d43d136c6080c5a341a27206a88')
+
+build() {
+  cd traitlets-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd traitlets-$pkgver
+  pytest -v
+}
+
+package() {
+  cd traitlets-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list