mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
New package: python3-publicsuffix2-2019.12.21
This commit is contained in:
parent
b6fcfdaa6b
commit
20fa7f410a
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-publicsuffix2/template
Normal file
19
srcpkgs/python3-publicsuffix2/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-publicsuffix2'
|
||||
pkgname=python3-publicsuffix2
|
||||
version=2019.12.21
|
||||
revision=1
|
||||
wrksrc="python-publicsuffix2-release-2.${version//./-}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-requests python3-wheel"
|
||||
depends="python3"
|
||||
short_desc="Get a public suffix for a domain name using the Public Suffix List"
|
||||
maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
|
||||
license="MIT, MPL-2.0"
|
||||
homepage="https://github.com/nexB/python-publicsuffix2"
|
||||
changelog="https://raw.githubusercontent.com/nexB/python-publicsuffix2/develop/CHANGELOG.rst"
|
||||
distfiles="https://github.com/nexB/python-publicsuffix2/archive/release-2.${version//./-}.tar.gz"
|
||||
checksum=b4ef022fccd7b4968151af208b0f890e55c00b24892a1a826b2b7a381215bafa
|
||||
|
||||
post_install() {
|
||||
vlicense publicsuffix2.LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue