mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
dev-python/zodbpickle: add 3.1
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
30
dev-python/zodbpickle/zodbpickle-3.1.ebuild
Normal file
30
dev-python/zodbpickle/zodbpickle-3.1.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 edo pypi
|
||||
|
||||
DESCRIPTION="Fork of Python's pickle module to work with ZODB"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/zodbpickle/
|
||||
https://github.com/zopefoundation/zodbpickle
|
||||
"
|
||||
|
||||
LICENSE="PSF-2 ZPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/zope-testrunner[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
python_test() {
|
||||
edo ${EPYTHON} -m zope.testrunner --test-path=src -vv
|
||||
}
|
||||
Reference in New Issue
Block a user