Date: Monday, March 27, 2023 @ 21:12:14
  Author: arojas
Revision: 472084

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-27 21:12:05 UTC (rev 472083)
+++ PKGBUILD    2023-03-27 21:12:14 UTC (rev 472084)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
-# Contributor: Tim Schumacher <[email protected]>
-
-_pyname=ytmusicapi
-pkgname=python-$_pyname
-pkgver=0.25.0
-pkgrel=2
-pkgdesc='Unofficial API for YouTube Music'
-arch=(any)
-url='https://github.com/sigma67/ytmusicapi'
-license=(MIT)
-depends=(python-requests)
-makedepends=(python-build python-installer python-setuptools-scm python-wheel 
python-sphinx)
-source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('8695ffaa6451c2f084d0de6321697a01991c61a55588adf49cf6c9c32643fab3')
-
-build() {
-  cd $_pyname-$pkgver
-  python -m build --wheel --no-isolation
-  make -C docs text
-}
-
-package() {
-  cd $_pyname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 docs/build/text/* -t "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-ytmusicapi/repos/extra-any/PKGBUILD (from rev 472083, 
python-ytmusicapi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-27 21:12:14 UTC (rev 472084)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
+# Contributor: Tim Schumacher <[email protected]>
+
+_pyname=ytmusicapi
+pkgname=python-$_pyname
+pkgver=0.25.1
+pkgrel=1
+pkgdesc='Unofficial API for YouTube Music'
+arch=(any)
+url='https://github.com/sigma67/ytmusicapi'
+license=(MIT)
+depends=(python-requests)
+makedepends=(python-build python-installer python-setuptools-scm python-wheel 
python-sphinx)
+source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
+sha256sums=('b9cfdf8037ad4986824737dfd12cdf6d186cdd368aadf13687aae85a4923f324')
+
+build() {
+  cd $_pyname-$pkgver
+  python -m build --wheel --no-isolation
+  make -C docs text
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 docs/build/text/* -t "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Reply via email to