Date: Monday, January 9, 2023 @ 19:34:48
  Author: arojas
Revision: 1382172

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-09 19:34:39 UTC (rev 1382171)
+++ PKGBUILD    2023-01-09 19:34:48 UTC (rev 1382172)
@@ -1,30 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-
-pkgname=python-traitlets
-pkgver=5.8.0
-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://pypi.python.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz";)
-sha256sums=('6cc57d6dc28c85d5365961726ffd19b538739347749e13ebe34e03323a0e8f84')
-
-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 1382171, 
python-traitlets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-09 19:34:48 UTC (rev 1382172)
@@ -0,0 +1,30 @@
+# Maintainer: Kyle Keen <[email protected]>
+
+pkgname=python-traitlets
+pkgver=5.8.1
+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://pypi.python.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz";)
+sha256sums=('32500888f5ff7bbf3b9267ea31748fa657aaf34d56d85e60f91dda7dc7f5785b')
+
+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"
+}

Reply via email to