mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/jaraco-text: needed as a new dep to dev-python/irc
Package-Manager: portage-2.2.26
This commit is contained in:
committed by
Ian Delaney
parent
de52f18b6d
commit
90f45b7c42
1
dev-python/jaraco-text/Manifest
Normal file
1
dev-python/jaraco-text/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST jaraco.text-1.6.2.tar.gz 5938 SHA256 4781aac8b61170318cd3a3315258059e85f15c99914c0c2b97909c622992ac1d SHA512 ab67e982c35b7640610657b7f1e741d80d01eea43ed258dfade5b4e719304c7774f6d1b41010ab889ddf8c232199f69aa201b796fcfc2e892fc6b977761ccf92 WHIRLPOOL ee899129a9c98341f6ebeb4ec5c200e8139286b13a9c884780b61c66f34c8235d64f72ff9052f3c047d15e63f376ef4d0467cfa9315d6c0ed13d61c5526bd7d4
|
||||
47
dev-python/jaraco-text/jaraco-text-1.6.2.ebuild
Normal file
47
dev-python/jaraco-text/jaraco-text-1.6.2.ebuild
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="${PN/-/.}"
|
||||
DESCRIPTION="Text utilities used by other projects by developer jaraco"
|
||||
HOMEPAGE="https://github.com/jaraco/jaraco.text"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
PDEPEND="dev-python/jaraco-collections[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/jaraco-functools[${PYTHON_USEDEP}]"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
${RDEPEND}
|
||||
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
python_prepare_all() {
|
||||
if use test; then
|
||||
if has_version "${CATEGORY}/${PN}"; then
|
||||
die "Ensure $PN is not already installed or the test suite will fail"
|
||||
elif ! has_version "dev-python/jaraco-collections"; then
|
||||
die "Ensure dev-python/jaraco-collections is installed or the test suite will fail"
|
||||
fi
|
||||
fi
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_test() {
|
||||
PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
|
||||
}
|
||||
14
dev-python/jaraco-text/metadata.xml
Normal file
14
dev-python/jaraco-text/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>proxy-maintainers</herd>
|
||||
<maintainer>
|
||||
<email>sautier.louis@gmail.com</email>
|
||||
<name>Louis Sautier</name>
|
||||
<description>Proxied maintainer; set to assignee in all bugs</description>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">jaraco.text</remote-id>
|
||||
<remote-id type="github">jaraco/jaraco.text</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user