diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/subvertpy | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/subvertpy')
| -rw-r--r-- | dev-python/subvertpy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/subvertpy/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-python/subvertpy/subvertpy-0.10.1.ebuild | 30 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/subvertpy/Manifest b/dev-python/subvertpy/Manifest new file mode 100644 index 000000000000..7e2ba2499484 --- /dev/null +++ b/dev-python/subvertpy/Manifest @@ -0,0 +1 @@ +DIST subvertpy-0.10.1.tar.gz 116661 BLAKE2B 81fdc21352f168c1a8d31398be21ad83ed72adc824dbbca7764fb1836cba4a7d7f03e4a96636ab29f4804682658ce834eea3fd433b5f161e61a702dfc6790e22 SHA512 083174ca6516541c48474673e6d601ff3098f19d204f311101f4de81bcd70d73bdb1e73dffe43fc584f35d286020cab1381dc1c44b514442735a139d2a9cd356 diff --git a/dev-python/subvertpy/metadata.xml b/dev-python/subvertpy/metadata.xml new file mode 100644 index 000000000000..76e7dba25fee --- /dev/null +++ b/dev-python/subvertpy/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild new file mode 100644 index 000000000000..40de035a89c5 --- /dev/null +++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python{2_7,3_{6,7}} ) + +inherit distutils-r1 + +DESCRIPTION="Alternative Python bindings for Subversion" +HOMEPAGE="https://jelmer.uk/code/subvertpy/ https://pypi.org/project/subvertpy" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=">=dev-vcs/subversion-1.4" +DEPEND="${RDEPEND} + dev-libs/apr-util" + +python_compile() { + python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" + distutils-r1_python_compile +} + +python_test() { + esetup.py test --args=-v +} |
