diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-14 05:18:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-14 05:57:06 +0100 |
commit | 6907769beeb5fa19dae09982ae032aeaeba30161 (patch) | |
tree | 36d98e54557ace63726f417c7f966e36edcfc1b0 | |
parent | dev-python/pytest-regressions: Bump to 2.4.2 (diff) | |
download | gentoo-6907769beeb5fa19dae09982ae032aeaeba30161.tar.gz gentoo-6907769beeb5fa19dae09982ae032aeaeba30161.tar.bz2 gentoo-6907769beeb5fa19dae09982ae032aeaeba30161.zip |
dev-python/alabaster: Bump to 0.7.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/alabaster/Manifest | 1 | ||||
-rw-r--r-- | dev-python/alabaster/alabaster-0.7.13.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/alabaster/Manifest b/dev-python/alabaster/Manifest index 2e738ad55d46..f26153687ad1 100644 --- a/dev-python/alabaster/Manifest +++ b/dev-python/alabaster/Manifest @@ -1 +1,2 @@ DIST alabaster-0.7.12.tar.gz 11242 BLAKE2B 5690d9c0b8aabfc2c95c4279183d174d6a5768f89732028f7ec6eb790531499a2017b9f3b9896442e298f3189f79070178b3e281b6d0bcfad3741625caa99c48 SHA512 e3bfd0c92ce01f08d5e6d9dc1ef0967ca1f54827e08756f4a0ba7be8d3b8bec7f2e53a169b831ff5ce2d2548f7f52c6e518bcc513e49bb3e4c38274293aebbac +DIST alabaster-0.7.13.tar.gz 11454 BLAKE2B b67ab19b3cb4d86bc0f2bc94cbac7de42b6ffc089844d49daa5db40de942dd87555f9ed8ac362ea01904a9e77f8fe995250bd878b39c9a4851041cec8ef6460e SHA512 1cf740c17c669a2a48dba6f6d3b7dde6aa77c6cf1f3d84de0384852ef04f5c03e585f614880099f6466c81f959e290c19db70319caa9b1e2d93e4bf155f80a99 diff --git a/dev-python/alabaster/alabaster-0.7.13.ebuild b/dev-python/alabaster/alabaster-0.7.13.ebuild new file mode 100644 index 000000000000..7a9ad2329153 --- /dev/null +++ b/dev-python/alabaster/alabaster-0.7.13.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A configurable sidebar-enabled Sphinx theme" +HOMEPAGE=" + https://github.com/bitprophet/alabaster/ + https://pypi.org/project/alabaster/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris" |