python-cycler: add missing license. (#8336)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'python-cycler'
|
# Template file for 'python-cycler'
|
||||||
pkgname=python-cycler
|
pkgname=python-cycler
|
||||||
version=0.10.0
|
version=0.10.0
|
||||||
revision=3
|
revision=4
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="cycler-${version}"
|
wrksrc="cycler-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
@@ -15,6 +15,10 @@ license="3-clause-BSD"
|
|||||||
distfiles="${PYPI_SITE}/C/Cycler/cycler-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/C/Cycler/cycler-${version}.tar.gz"
|
||||||
checksum=cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8
|
checksum=cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3-cycler_package() {
|
python3-cycler_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-six"
|
depends="python3-six"
|
||||||
@@ -23,6 +27,7 @@ python3-cycler_package() {
|
|||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-cycler_package() {
|
python3.4-cycler_package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user