From 7795d9198ccb546ad792af2694399b516fc244ac Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Aug 2023 09:48:32 +0100 Subject: gentoo auto-resync : 23:08:2023 - 09:48:32 --- dev-python/pybtex-docutils/Manifest | 2 ++ .../pybtex-docutils/pybtex-docutils-1.0.3.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild (limited to 'dev-python/pybtex-docutils') diff --git a/dev-python/pybtex-docutils/Manifest b/dev-python/pybtex-docutils/Manifest index 4e3049f3cabd..96848d550949 100644 --- a/dev-python/pybtex-docutils/Manifest +++ b/dev-python/pybtex-docutils/Manifest @@ -1,3 +1,5 @@ DIST pybtex-docutils-1.0.2.tar.gz 18450 BLAKE2B 84521d36994e3ca5bfdcebd308e6aaeb17f7202d024799612d34dbf58b1b1e58d42b898a4c792815a472b0a7008e28558fd722f39462cd3b1ee24b921f746a4d SHA512 1190fcbdfb89b858a1164dd2c99a5da7afb76a23f5b314963babd894e7578d75e80f2552319c6621e9c7738018fd1b8f4a3772057ed65466f2d9fc3e15c57e2b +DIST pybtex-docutils-1.0.3.tar.gz 18348 BLAKE2B 49a614d0e718a968ce1a8fb0e0cb105f86a97b51e29be34b3a542c4de1135ef4abf3406f4d5b5063ea21ab39fa94a89ad5ea8c1fff2354618fbdf0241cd52b65 SHA512 36c0f06a89333ed4153c70399a1eb2a220fb453da7af16fac7a28234dc576d5cb4f1809747c7070f711d611f0e967784aff77ffed63431517fd846aeb0e500df EBUILD pybtex-docutils-1.0.2.ebuild 537 BLAKE2B 95d4c66511e6eac431cdd5bdc30e573188975b9cb7a4a3bb7d98412d79dc59c0f9802a832820d0a8e2fe3252e98e37d479415fc4b282eb5f9ac337467ffa0859 SHA512 947c34abd8c8413c1b19308ea5668e4ce4ee3576dd3f33f4ea159285b15de7d4469481ff7bf3599e2996393439f8a32d296d7afb78c24243cbf9f39bfee6970a +EBUILD pybtex-docutils-1.0.3.ebuild 587 BLAKE2B 274bba762afb6be9bdb2751416fdaf8dafd07cb177eb66cffe2d1932477fd15b086f07d09d7bf73e5ff5efed5e6061b1308720067dbaf9038215f118396528f6 SHA512 78245fea44df5cc8a4f6c5530c7074152dce9812d71232b781df554258efdfe9c6f76f6922f854c69939e8b3aba29c98a5b51b6fe4341a14c92b6f14168d0c15 MISC metadata.xml 529 BLAKE2B af193891d1d709d75fa2f89fa828ff5c946ebdff0b405ce06582e1222a7c3b32ec47ece3dbc96337ca11e6c3d510710954c256da58d7a171bdfcedce3e3c28da SHA512 990fa90122af363d3ed1af301c37ac1c5b3ece06e8712982cbc514d8ec7826a1ac174488b174cdd617bb820c0db269ebf515fdedf636181940af759ecb190916 diff --git a/dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild b/dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild new file mode 100644 index 000000000000..6f0a293610dc --- /dev/null +++ b/dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A docutils backend for pybtex" +HOMEPAGE=" + https://github.com/mcmtroffaes/pybtex-docutils/ + https://pypi.org/project/pybtex-docutils/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/docutils-0.14[${PYTHON_USEDEP}] + >=dev-python/pybtex-0.16[${PYTHON_USEDEP}] + +" + +distutils_enable_tests pytest +distutils_enable_sphinx doc -- cgit v1.2.3