diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-10-21 20:56:01 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-10-21 20:58:55 +0200 |
commit | 025c26baf07873fb51b78f3b1b9e806ea10148d6 (patch) | |
tree | e5e3200e20ca421895420a065f79b399731c4af0 /dev-python/dominate | |
parent | dev-python/pybind11: Bump to 2.6.0 (diff) | |
download | gentoo-025c26baf07873fb51b78f3b1b9e806ea10148d6.tar.gz gentoo-025c26baf07873fb51b78f3b1b9e806ea10148d6.tar.bz2 gentoo-025c26baf07873fb51b78f3b1b9e806ea10148d6.zip |
dev-python/dominate: bump to 2.6.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/dominate')
-rw-r--r-- | dev-python/dominate/Manifest | 1 | ||||
-rw-r--r-- | dev-python/dominate/dominate-2.6.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/dominate/Manifest b/dev-python/dominate/Manifest index 265518b7d460..a47bd58b3466 100644 --- a/dev-python/dominate/Manifest +++ b/dev-python/dominate/Manifest @@ -1 +1,2 @@ DIST dominate-2.5.2.tar.gz 37704 BLAKE2B 1e55d1be457b6d1ea1f377734da3d48e7b400d6ee60093f09b42a8e094de3d303dd2285cf7883ddfbf5b47e6eaa7bd40194a945942c8afba8321f2fbdd0cb642 SHA512 d54d3b2c76e6e3d287715b2f583b3a8822a2d3556a549f728dd235bfc7c76159750cc78651d17cf8d3d5cb98929b2c54c2eae0861449882b0449235a7fbbdb55 +DIST dominate-2.6.0.tar.gz 35034 BLAKE2B f3a7aba630e925874da7387a1eed7ca15c353cb6464971d73e86eb259cbabad8b7736a0240d5c1578f84dc828f1ad6cd2e404c323dab9c0305031115e450944e SHA512 1bb690d05a290753cabac045160500717eda8c7610ce88d2b88a490abaa64b2cdb07067c433fa6a27110ec6cb67d884d335663217391e61215ac8eb30003d8e6 diff --git a/dev-python/dominate/dominate-2.6.0.ebuild b/dev-python/dominate/dominate-2.6.0.ebuild new file mode 100644 index 000000000000..ebd04b776185 --- /dev/null +++ b/dev-python/dominate/dominate-2.6.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( pypy3 python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Library for creating and manipulating HTML documents using an elegant DOM API" +HOMEPAGE="https://github.com/Knio/dominate" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest |