From d72a987a342949e200b5e9decbd71f246da53788 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 May 2024 00:01:15 +0100 Subject: gentoo auto-resync : 12:05:2024 - 00:01:15 --- dev-python/accessible-pygments/Manifest | 2 ++ .../accessible-pygments-0.0.5.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 dev-python/accessible-pygments/accessible-pygments-0.0.5.ebuild (limited to 'dev-python/accessible-pygments') diff --git a/dev-python/accessible-pygments/Manifest b/dev-python/accessible-pygments/Manifest index 03fe571f19ca..1fc02cb0c3a8 100644 --- a/dev-python/accessible-pygments/Manifest +++ b/dev-python/accessible-pygments/Manifest @@ -1,3 +1,5 @@ DIST accessible-pygments-0.0.4.gh.tar.gz 4540933 BLAKE2B 1fdd376b9f069590552632a806f161404aeb3ae0c9b522705ea64476bccc97e3f888af270fba5e05680bb87e2d3283f2c93259c687e137efc56a38ca4d71b507 SHA512 b45b3c17bcfb2d66d397ee7e535c35159ab79080163f8ace286d73ea65a08f7e39c757414755d7f59bdae22a52198e26546ae61893bd9cd5c901d2e2b1efb2b1 +DIST accessible-pygments-0.0.5.gh.tar.gz 2273172 BLAKE2B ed07ecb1ef0d6dcc2b02383d1620c373bb54c65522752404a0e2e2382e374d35c11d7ad6978889b4fd20d4536b38d5ea951a2e6366725279123f5357ecff8a0a SHA512 2f5984c4f95a13dc566a0f916168fb293332f175da61f88ef7dcbc9f2bfcd8781d891b7830ed401839eef09ad65f7cbf94bb5a153bc5b4454ddf4c28573948d2 EBUILD accessible-pygments-0.0.4.ebuild 878 BLAKE2B f2ad48b0e35f250742182d043a571126206a630bb87617e06e86750b465324451dbf435582b663d76cf4436906b434f9d91d522724146fafdb6787e22efcc35e SHA512 1e80b9db2ad4d8dea3b74f4c3422512acc506d624b4a5383c19934525e196b2d19574047fc70af1107287e15e0dc206aec3a818f71bcc4a5fbd41162f77acd63 +EBUILD accessible-pygments-0.0.5.ebuild 927 BLAKE2B 219567674cbab1c4c02db06b8da9fe089d18f1f9b069320d2f25f35e640a2e8c6d675ddefcd6353d2a83d05d40eccb6f0a4419f0725c9fa19418162e39bb7879 SHA512 12227c141f09aa082b8ccf0d54b973e04c697746a11e73b6df83af3e9449ead68f0676ea295bd8f566a327d30cdfdf9f906a171cd835414bf3ee76502164a0bd MISC metadata.xml 421 BLAKE2B ef299c2eec196b50d776375f0bb9f00319649a659524e959f625e7bd9a1e53d994b7b55f7ca121b6b1a7022424f365ec3a739a072c7fab5de0ba689f099ef250 SHA512 683cfa4011320ee1e5437919f7ac05aa5bf1517da3c4427fa216e15f3e6c96b97de598719d1b66f10a4270a7f6b14101c2925af06bb1db186d770028b06f7b0b diff --git a/dev-python/accessible-pygments/accessible-pygments-0.0.5.ebuild b/dev-python/accessible-pygments/accessible-pygments-0.0.5.ebuild new file mode 100644 index 000000000000..30ce5a7b1367 --- /dev/null +++ b/dev-python/accessible-pygments/accessible-pygments-0.0.5.ebuild @@ -0,0 +1,39 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="A collection of accessible pygments styles" +HOMEPAGE=" + https://pypi.org/project/accessible-pygments/ + https://github.com/Quansight-Labs/accessible-pygments/ +" +# no tests in sdist, as of 0.0.5 +SRC_URI=" + https://github.com/Quansight-Labs/accessible-pygments/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + >=dev-python/pygments-1.5[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] + dev-python/hatch-vcs[${PYTHON_USEDEP}] + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} -- cgit v1.2.3