Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-traitlets
Commits: 1e0ea9af by Antonio Rojas at 2023-09-14T21:52:03+02:00 upgpkg: 5.10.0-1: Update to 5.10.0 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,17 +3,17 @@ _pyname=traitlets pkgname=python-$_pyname -pkgver=5.9.0 -pkgrel=2 +pkgver=5.10.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) +checkdepends=(python-pytest-mock python-argcomplete) source=(https://pypi.python.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz) -sha256sums=('f6cde21a9c68cf756af02035f72d5a723bf607e862e7be33ece505abf4a3bad9') +sha256sums=('f584ea209240466e66e91f3c81aa7d004ba4cf794990b0c775938a1544217cd1') build() { cd $_pyname-$pkgver @@ -28,5 +28,5 @@ check() { package() { cd $_pyname-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl - install -Dm644 COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-traitlets/-/commit/1e0ea9afb15d7afafc6deba9c029c69fe3d10f52 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-traitlets/-/commit/1e0ea9afb15d7afafc6deba9c029c69fe3d10f52 You're receiving this email because of your account on gitlab.archlinux.org.
