python-backports: fix license, update homepage
This commit is contained in:
parent
7c562f39ac
commit
64422bf8f1
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'python-backports'
|
||||
pkgname=python-backports
|
||||
version=1.0
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="backports-${version}"
|
||||
build_style=python2-module
|
||||
pycompile_module="backports"
|
||||
hostmakedepends="python"
|
||||
depends="python"
|
||||
short_desc="Namespace for backported Python features"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://bitbucket.org/brandon/backports"
|
||||
license="PSF"
|
||||
license="PSF-2.0"
|
||||
homepage="https://pypi.org/project/backports/"
|
||||
distfiles="https://dev.gentoo.org/~radhermit/dist/backports-${version}.tar.gz"
|
||||
checksum=ee43d5b7bf4e79e04fbab30a09421cb5cbf4f56e7c14769393a7d1c34ea5e740
|
||||
|
|
Loading…
Reference in New Issue