Date: Monday, April 10, 2023 @ 21:15:37
  Author: arojas
Revision: 473835

archrelease: copy trunk to extra-any

Added:
  python-platformdirs/repos/extra-any/PKGBUILD
    (from rev 473834, python-platformdirs/trunk/PKGBUILD)
Deleted:
  python-platformdirs/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 21:15:25 UTC (rev 473834)
+++ PKGBUILD    2023-04-10 21:15:37 UTC (rev 473835)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Tobias Roettger <[email protected]>
-
-pkgname=python-platformdirs
-pkgver=3.1.1
-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' 'python-appdirs')
-source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz";)
-sha512sums=('537557370a05f78279c88cdda4b5abfbe1d2e6d91d69c4dd4049c6b1a8ac3e44a830d787e2b86af85c346e0244a6ba26233db061d7c8d0a3fbd141962609930d')
-
-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 473834, 
python-platformdirs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 21:15:37 UTC (rev 473835)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Tobias Roettger <[email protected]>
+
+pkgname=python-platformdirs
+pkgver=3.2.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' 'python-appdirs')
+source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz";)
+sha512sums=('2e4613f563b7014b526e1f81f561726a0060983b0e998ce46d070b2f4f4ec26ad46d6a3cd242fb14a420e6439207b9c9eeb31daac7ec65005abc3a74131e5cf8')
+
+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:

Reply via email to