[arch-commits] Commit in feeluown-netease/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 19:21:31 UTC 2020
Date: Thursday, November 12, 2020 @ 19:21:30
Author: felixonmars
Revision: 753439
archrelease: copy trunk to community-staging-any
Added:
feeluown-netease/repos/community-staging-any/
feeluown-netease/repos/community-staging-any/PKGBUILD
(from rev 753437, feeluown-netease/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: feeluown-netease/repos/community-staging-any/PKGBUILD (from rev 753437, feeluown-netease/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 19:21:30 UTC (rev 753439)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-netease
+pkgver=0.4.3
+pkgrel=2
+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")
+sha256sums=('20aaa240f034a53a948e2f9d2ff9ec953cb6a98052245a6b6c1912ef6cecf38e')
+
+build() {
+ cd fuo_netease-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd fuo_netease-$pkgver
+ python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list