mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
htmlentities: fix homepage and licence, add upstream
This commit is contained in:
parent
fadce4d483
commit
a8f190f970
3 changed files with 9 additions and 6 deletions
|
|
@ -1 +1 @@
|
||||||
DIST htmlentities-0.3.0.tar.gz 1751 BLAKE2B 5fabb995c0ebfb3015cbe801aec0062c903a112d281859927af4673c5300493d7124e2c811919343c3885a424c4a917faa3de236c05f046c9f0c3c9de286b54a SHA512 9f2f59c5ab0c07548ea76dc02cc3c1a34715c4bcfff58301589d39e730a3bf6ef8104a8fefc998e181966c59be074e7b34c430cfe862e943bcdca468b39c6bcc
|
DIST htmlentities-0.3.0.gh.tar.gz 1751 BLAKE2B 5fabb995c0ebfb3015cbe801aec0062c903a112d281859927af4673c5300493d7124e2c811919343c3885a424c4a917faa3de236c05f046c9f0c3c9de286b54a SHA512 9f2f59c5ab0c07548ea76dc02cc3c1a34715c4bcfff58301589d39e730a3bf6ef8104a8fefc998e181966c59be074e7b34c430cfe862e943bcdca468b39c6bcc
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,11 @@ DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{11..13} )
|
PYTHON_COMPAT=( python3_{11..13} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Easy-to-use data handling for SQL data stores"
|
DESCRIPTION="HTML Entities for Python"
|
||||||
HOMEPAGE="https://github.com/pudo/dataset"
|
HOMEPAGE="https://github.com/cobrateam/python-htmlentities"
|
||||||
#SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
|
SRC_URI="https://github.com/cobrateam/python-htmlentities/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||||
SRC_URI="https://github.com/cobrateam/python-htmlentities/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="all-rights-reserved"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ~arm64 x86"
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,8 @@
|
||||||
<email>unknown@pentoo.ch</email>
|
<email>unknown@pentoo.ch</email>
|
||||||
<name>Author Unknown</name>
|
<name>Author Unknown</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">cobrateam/python-htmlentities</remote-id>
|
||||||
|
<remote-id type="pypi">htmlentities</remote-id>
|
||||||
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue