1
0
Fork 0

dev-python/anys: version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-03-28 10:24:09 -04:00
parent 8cd5f7f67e
commit 99d2f65540
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
4 changed files with 35 additions and 3 deletions

View File

@ -1 +1,2 @@
DIST anys-0.2.0.tar.gz 17799 SHA256 cf8ca25b948ce0c6455d5eb40160334543ed818cdf51e5c3337020ec87bb25c0 SHA512 72bdc9df4cd805604f5497418a90738fccbc0ffd2dddf81324fe50d0d8ab13e036ff829e284dea8473427af396f02ceb01a191ad7d6946427478a12c04ca2ffd WHIRLPOOL 11da59490b36b55bed5c6401b34cc1259be8d6d5a58e2ba255f75ba824c6d9065aff6d7d41b3fa423be36afb4a43c75995014850e1acb90cadd244536960e1bc
DIST anys-0.2.1.tar.gz 17850 SHA256 f32e16ead49b0a96c530fe43aa4e69ffa68df1fd63042866a994618a08ae9725 SHA512 5a46d9e8aa97401f11dcc7a26a3d8dc759c59b5485222cb6ba1df3d4b2d8d67455102943f044850d289cd3e32bcaf6413ed4a4dfbee26c049a6ef32dfa5cd87e WHIRLPOOL d33d637b0028eb96fb87b60d69d29d351a0373fa5c270c353a96627178b36d6cea70980a14cdf0ec287ebd81d80533dce6b6c71dab03b9231bf0424452fbe4e6

View File

@ -1,15 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..9} )
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
inherit distutils-r1
DESCRIPTION="Matchers for pytest"
HOMEPAGE="https://github.com/jwodder/anys"
EGIT_REPO_URI="https://github.com/dandi/dandischema.git"
SRC_URI="https://github.com/jwodder/anys/releases/download/v${PV}/${P}.tar.gz"
LICENSE="MIT"

View File

@ -0,0 +1,28 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
inherit distutils-r1
DESCRIPTION="Matchers for pytest"
HOMEPAGE="https://github.com/jwodder/anys"
SRC_URI="https://github.com/jwodder/anys/releases/download/v${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/wheel[${PYTHON_USEDEP}]
"
PATCHES=(
"${FILESDIR}/${PN}-0.2.0-coverage.patch"
)
distutils_enable_tests pytest

View File

@ -9,4 +9,8 @@
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<upstream>
<remote-id type="github">jwodder/anys</remote-id>
<remote-id type="pypi">anys</remote-id>
</upstream>
</pkgmetadata>