Merge pull request #5435 from WKuipers/master
streamlink: update to 0.2.0 + new dependency
This commit is contained in:
commit
f988c4c70a
3 changed files with 35 additions and 3 deletions
31
srcpkgs/python-pycryptodome/template
Normal file
31
srcpkgs/python-pycryptodome/template
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Template file for 'python-pycryptodome'
|
||||||
|
pkgname=python-pycryptodome
|
||||||
|
version=3.4.3
|
||||||
|
revision=1
|
||||||
|
wrksrc="pycryptodome-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="pycryptodome"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
makedepends="python-devel python3-devel"
|
||||||
|
short_desc="PyCryptodome is a Python2 package of low-level cryptographic primitives"
|
||||||
|
maintainer="Wietse Kuipers <wietse@kuiprs.nl>"
|
||||||
|
homepage="http://www.pycryptodome.org/"
|
||||||
|
license="BSD"
|
||||||
|
distfiles="https://github.com/Legrandin/pycryptodome/archive/v${version}.tar.gz"
|
||||||
|
checksum=e10b7725deb6bcfc9500e5467ee68f68192bc4cbf5e89428eed73c3611fd6b24
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
mkdir build
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.rst
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-pycryptodome_package() {
|
||||||
|
pycompile_module="pycryptodome"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-pycryptodome
Symbolic link
1
srcpkgs/python3-pycryptodome
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pycryptodome/
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'streamlink'
|
# Template file for 'streamlink'
|
||||||
pkgname=streamlink
|
pkgname=streamlink
|
||||||
version=0.1.0
|
version=0.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="streamlink streamlink_cli"
|
pycompile_module="streamlink streamlink_cli"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-requests"
|
depends="python3-setuptools python3-requests python3-pycryptodome"
|
||||||
short_desc="Utility extracting streams from services, forked from livestreamer"
|
short_desc="Utility extracting streams from services, forked from livestreamer"
|
||||||
maintainer="wkuipers <wietse@kuiprs.nl>"
|
maintainer="wkuipers <wietse@kuiprs.nl>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://streamlink.github.io/"
|
homepage="https://streamlink.github.io/"
|
||||||
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
|
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
|
||||||
checksum=8284d16622e70e3b56e5f43695c418972c37d6073b21d51d79644405e55b1544
|
checksum=a7431590525b5fd1ec024e080f9cb8254b51be8993f0453548c4ff37926cac39
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue