dev-python/zodbpickle: treeclean

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-01-03 21:09:07 -05:00
parent 5057af8610
commit 726c6e1c33
4 changed files with 0 additions and 86 deletions

View File

@@ -1,2 +0,0 @@
DIST zodbpickle-3.0.1.tar.gz 111068 BLAKE2B 32e5bb09f6fc97a6b5ecc865e750adef6fe60ab52d6dd3c8807920859d63749c6ed77a99c7bce5515f8e0839e03d845eec60712444bee90f37f6a9ebfaaa24c0 SHA512 f3b9fd019a175ec8eb8cb3d1d3c05a8f142f6b0842affb8d1b910bea0af0216c799608355dbce4bb236a6b3732634fe81744ffeb27c23cd9cad267255cfed253
DIST zodbpickle-3.1.tar.gz 111254 BLAKE2B d552c5bd8351afaab4d4c48cfb174b14deb7df99379e5adb59ff93c5a8521c3f4cdb05e1dc6e8553dded292e55729d7ac6168f372fda3f4bcd06d943b097b75e SHA512 983261093ca0382ab0a925e1ab2cc31ff6d7f070f540881b1058cfe13ad27355902cad30b2ce80ab29a94d7b99f8170f9b8db20c7c93b32dd1db23aaf521ab82

View File

@@ -1,24 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Julien Roy</name>
<email>julien@jroy.ca</email>
</maintainer>
<longdescription>
This package presents a uniform pickling interface for ZODB:
Under Python2, this package forks both Python 2.7's pickle and cPickle modules, adding support for the protocol 3 opcodes. It also provides a new subclass of bytes, zodbpickle.binary, which Python2 applications can use to pickle binary values such that they will be unpickled as bytes under Py3k.
Under Py3k, this package forks the pickle module (and the supporting C extension) from both Python 3.2 and Python 3.3. The fork add support for the noload operations used by ZODB.
</longdescription>
<upstream>
<maintainer>
<name>Zope Foundation and Contributors</name>
<email>zope-dev@zope.org</email>
</maintainer>
<bugs-to>https://github.com/zopefoundation/zodbpickle/issues</bugs-to>
<changelog>https://github.com/zopefoundation/zodbpicle/blob/master/CHANGES.rst</changelog>
<remote-id type="github">zopefoundation/zodbpickle</remote-id>
<remote-id type="pypi">zodbpickle</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,30 +0,0 @@
# 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 multiprocessing 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
}

View File

@@ -1,30 +0,0 @@
# 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
}