mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
dev-python/transaction: add 3.1.0
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST transaction-3.0.1.tar.gz 72934 BLAKE2B 2bd48ddfac0eb28c7551edc04fbb032ce4e22c178a01e9e0f57605d9d1a6eecba9cda486810fdc333029ca521bf78a7ca33f238ab9bfbad2429445674f45da3c SHA512 9609d6eeb90bb35e3757b1bd3a36e25b910d087f390701afa245641f61b92e55081812d07d56bccd2ab50da96a39212f7f517fb437843909bb7b75cb8d879f40
|
||||
DIST transaction-3.1.0.tar.gz 69775 BLAKE2B 93ef2c086c1e5cdf5b76098d0a95a222e3e9c05b549eccd46747b9b412b2b94bc0d8ded4b40719653a08d63b6b977c76838e8e7961ac6be7c90f10624aa9e2ad SHA512 aaa4cae1b8a02584607f09c8aed440ad57887b9cbd9595e40794d2049a77e430f4524510dcef46ff7247a0b0eb1f578287082bc548647c580ba6e58e034ba17a
|
||||
|
||||
37
dev-python/transaction/transaction-3.1.0.ebuild
Normal file
37
dev-python/transaction/transaction-3.1.0.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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_{9..11} pypy3 )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Transaction management for Python"
|
||||
HOMEPAGE="
|
||||
https://pypi.python.org/pypi/transaction
|
||||
https://github.com/zopefoundation/transaction
|
||||
"
|
||||
|
||||
LICENSE="ZPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="dev-python/zope-interface[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
DOCS="CHANGES.rst README.rst"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
distutils_enable_sphinx docs
|
||||
|
||||
src_test() {
|
||||
cd "${S}/src" || die
|
||||
distutils-r1_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user