[arch-commits] Commit in feeluown-netease/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Apr 11 00:00:23 UTC 2022


    Date: Monday, April 11, 2022 @ 00:00:23
  Author: felixonmars
Revision: 1185790

archrelease: copy trunk to community-any

Added:
  feeluown-netease/repos/community-any/PKGBUILD
    (from rev 1185789, feeluown-netease/trunk/PKGBUILD)
Deleted:
  feeluown-netease/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 32 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-11 00:00:09 UTC (rev 1185789)
+++ PKGBUILD	2022-04-11 00:00:23 UTC (rev 1185790)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
-
-pkgname=feeluown-netease
-pkgver=0.8
-pkgrel=1
-pkgdesc="feeluown netease plugin"
-arch=('any')
-url="https://github.com/feeluown/feeluown-netease"
-license=('GPL3')
-depends=('feeluown' 'python-pycryptodome' 'python-requests' 'python-marshmallow' 'python-beautifulsoup4')
-makedepends=('python-setuptools' 'python-pip')
-groups=('feeluown-full')
-source=("https://pypi.io/packages/source/f/fuo_netease/fuo_netease-$pkgver.tar.gz")
-sha512sums=('30032a7564659a80aa01a2a1bde7a5a05e7a9027bc11c6a762fa657ea5439369d49bc6d6f3f785b6861513e48a79c5cdf3c3697e706d9ef7e29ddb6b929a4e18')
-
-build() {
-  cd fuo_netease-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd fuo_netease-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: feeluown-netease/repos/community-any/PKGBUILD (from rev 1185789, feeluown-netease/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-11 00:00:23 UTC (rev 1185790)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-netease
+pkgver=0.9
+pkgrel=1
+pkgdesc="feeluown netease plugin"
+arch=('any')
+url="https://github.com/feeluown/feeluown-netease"
+license=('GPL3')
+depends=('feeluown' 'python-beautifulsoup4' 'python-pycryptodome' 'python-marshmallow'
+         'python-requests' 'python-mutagen')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+groups=('feeluown-full')
+source=("https://github.com/feeluown/feeluown-netease/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('5af7a751b13956f32dbd505aa8fb39bc168c41c3871c19e8aba1eca5114342ed43c457fbe6d3d423a8c3ba6dfb9f3b8c8bcb60c89431562c96b3512a3ec6bf8d')
+
+build() {
+  cd feeluown-netease-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd feeluown-netease-$pkgver
+  pytest
+}
+
+package() {
+  cd feeluown-netease-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list