mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python-gnupg: license is BSD-3-Clause
This commit is contained in:
parent
451ca9f743
commit
61dddd83b7
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-gnupg'
|
# Template file for 'python-gnupg'
|
||||||
pkgname=python-gnupg
|
pkgname=python-gnupg
|
||||||
version=0.4.3
|
version=0.4.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -9,11 +9,15 @@ depends="python gnupg"
|
||||||
pycompile_module="gnupg.py"
|
pycompile_module="gnupg.py"
|
||||||
short_desc="Python2 wrapper for GnuPG"
|
short_desc="Python2 wrapper for GnuPG"
|
||||||
maintainer="Lon Willett <xgit@lonw.net>"
|
maintainer="Lon Willett <xgit@lonw.net>"
|
||||||
license="GPL-3.0-or-later"
|
license="BSD-3-Clause"
|
||||||
homepage="https://bitbucket.org/vinay.sajip/python-gnupg"
|
homepage="https://bitbucket.org/vinay.sajip/python-gnupg"
|
||||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2d158dfc6b54927752b945ebe57e6a0c45da27747fa3b9ae66eccc0d2147ac0d
|
checksum=2d158dfc6b54927752b945ebe57e6a0c45da27747fa3b9ae66eccc0d2147ac0d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
|
||||||
python3-gnupg_package() {
|
python3-gnupg_package() {
|
||||||
depends="python3 gnupg"
|
depends="python3 gnupg"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
@ -21,5 +25,6 @@ python3-gnupg_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue