Date: Saturday, April 22, 2023 @ 07:41:15
Author: arojas
Revision: 475123
archrelease: copy trunk to extra-any
Added:
python-ytmusicapi/repos/extra-any/PKGBUILD
(from rev 475122, python-ytmusicapi/trunk/PKGBUILD)
Deleted:
python-ytmusicapi/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-22 07:41:05 UTC (rev 475122)
+++ PKGBUILD 2023-04-22 07:41:15 UTC (rev 475123)
@@ -1,31 +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=1.0.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=('9d34e674caba2e2f2c457df664483a01b5c805445d431e4a3f422448e6e2199b')
-
-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
-
- mkdir -p "$pkgdir"/usr/share/doc/$pkgname
- cp -r docs/build/text/* "$pkgdir"/usr/share/doc/$pkgname
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-ytmusicapi/repos/extra-any/PKGBUILD (from rev 475122,
python-ytmusicapi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-22 07:41:15 UTC (rev 475123)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Pekka Ristola <pekkarr [at] protonmail [dot] com>
+# Contributor: Tim Schumacher <[email protected]>
+
+_pyname=ytmusicapi
+pkgname=python-$_pyname
+pkgver=1.0.2
+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=('f798bfedd49738bece82aac15b2d97f04578ccb1572f347a350cb704df4d0e10')
+
+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
+
+ mkdir -p "$pkgdir"/usr/share/doc/$pkgname
+ cp -r docs/build/text/* "$pkgdir"/usr/share/doc/$pkgname
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}