Date: Wednesday, January 4, 2023 @ 14:02:27
Author: arojas
Revision: 465459
archrelease: copy trunk to extra-any
Added:
python-platformdirs/repos/extra-any/PKGBUILD
(from rev 465458, python-platformdirs/trunk/PKGBUILD)
Deleted:
python-platformdirs/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-04 14:02:12 UTC (rev 465458)
+++ PKGBUILD 2023-01-04 14:02:27 UTC (rev 465459)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Tobias Roettger <[email protected]>
-
-pkgname=python-platformdirs
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='A small Python module for determining appropriate platform-specific
dirs, e.g. a "user data dir"'
-arch=('any')
-url="https://github.com/platformdirs/platformdirs"
-license=('MIT')
-depends=('python-typing_extensions')
-makedepends=('python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
-checkdepends=('python-pytest-mock')
-source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz")
-sha512sums=('39a4066b5ca8da4e5801677cee8db9cee3843fd11cbd7d1a19da5045cd03e23998a0bdd0e97f6bd53f9bcfc9bbc683ad1bc1d800b68eb1802ddeb0391135762b')
-
-build() {
- cd platformdirs-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd platformdirs-$pkgver
- PYTHONPATH="$PWD"/src pytest
-}
-
-package() {
- cd platformdirs-$pkgver
- python -m installer --destdir="$pkgdir/" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-platformdirs/repos/extra-any/PKGBUILD (from rev 465458,
python-platformdirs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-04 14:02:27 UTC (rev 465459)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Tobias Roettger <[email protected]>
+
+pkgname=python-platformdirs
+pkgver=2.6.2
+pkgrel=1
+pkgdesc='A small Python module for determining appropriate platform-specific
dirs, e.g. a "user data dir"'
+arch=('any')
+url="https://github.com/platformdirs/platformdirs"
+license=('MIT')
+depends=('python-typing_extensions')
+makedepends=('python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
+checkdepends=('python-pytest-mock')
+source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz")
+sha512sums=('17ee79bf10eaddb4456b938d9058e6cfa4e959485868ba975ec27d0a16bdf895e03dfa8ab6275342a688cf0290f0b43e7c4b35cf2884e3c8f2472700bd8ea965')
+
+build() {
+ cd platformdirs-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd platformdirs-$pkgver
+ PYTHONPATH="$PWD"/src pytest
+}
+
+package() {
+ cd platformdirs-$pkgver
+ python -m installer --destdir="$pkgdir/" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et: