diff options
author | JuniorJPDJ <git@juniorjpdj.pl> | 2021-07-06 21:25:49 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-07-06 23:48:12 +0000 |
commit | 835ee3e639e38c029cc1dcd15855d259f3ae8aa5 (patch) | |
tree | 87719f6ef2d2d67d2ce386aa6ef4c5c419c69e81 | |
parent | 79ff38c107a5c933b0cf230385074f944b86d5f3 (diff) | |
download | aports-835ee3e639e38c029cc1dcd15855d259f3ae8aa5.tar.gz aports-835ee3e639e38c029cc1dcd15855d259f3ae8aa5.tar.bz2 aports-835ee3e639e38c029cc1dcd15855d259f3ae8aa5.tar.xz |
community/py3-rtslib: upgrade to 2.1.74
also fixed linting warnings and removed comments for installing spec files
spec files were last used in 2013 and are not coming back (v2.1.fb27 removed them)
-rw-r--r-- | community/py3-rtslib/APKBUILD | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/community/py3-rtslib/APKBUILD b/community/py3-rtslib/APKBUILD index 1e93de5366..1b1d76ddf9 100644 --- a/community/py3-rtslib/APKBUILD +++ b/community/py3-rtslib/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py3-rtslib _pkgname=rtslib-fb -pkgver=2.1_p72 +pkgver=2.1_p74 _ver=${pkgver/_rc/rc} _ver=${_ver/_p/.} -pkgrel=1 +pkgrel=0 pkgdesc="Python library that provides an object API to RisingTide Systems generic SCSI Target" options="!check" # No testsuite url="https://github.com/open-iscsi/rtslib-fb" @@ -13,8 +13,8 @@ arch="noarch" license="Apache-2.0" depends="py3-udev python3 py3-six" makedepends="py3-setuptools" -source="https://github.com/open-iscsi/rtslib-fb/archive/v${_ver}.tar.gz" -builddir="$srcdir"/${_pkgname}-${_ver} +source="https://github.com/open-iscsi/rtslib-fb/archive/v$_ver.tar.gz" +builddir="$srcdir"/$_pkgname-$_ver build() { python3 setup.py build @@ -22,11 +22,8 @@ build() { package() { python3 setup.py install --root="$pkgdir" -# install -D -m644 specs/ib_srpt.spec $pkgdir/var/lib/target/fabric/ib_srpt.spec -# install -D -m644 specs/iscsi.spec $pkgdir/var/lib/target/fabric/iscsi.spec -# install -D -m644 specs/loopback.spec $pkgdir/var/lib/target/fabric/loopback.spec -# install -D -m644 specs/qla2xxx.spec $pkgdir/var/lib/target/fabric/qla2xxx.spec -# install -D -m644 specs/tcm_fc.spec $pkgdir/var/lib/target/fabric/tcm_fc.spec } -sha512sums="2c61d335f6367d527b5c29242e178a522158b7dc095bbae2cbe9b3e8a8204b07eff5757a8c79e7c94ca32d35dc3fd988295973d8b13e8de22985429bfd47d0d2 v2.1.72.tar.gz" +sha512sums=" +181b57f699dd4e6bc050585e1abffe75a7eaf5ae8325220d61d37f932912f2cec878c4643172c584f0d4c231441d25ff0e09aa1f48c2305061b75acdce051c86 v2.1.74.tar.gz +" |