dev-python/incremental: New pkg, new dep of twisted, treq

Package-Manager: portage-2.3.2
This commit is contained in:
Brian Dolbec
2016-12-20 15:20:28 -08:00
parent 94f8560f6d
commit df19515b24
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST incremental-16.10.1.tar.gz 16066 SHA256 14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342 SHA512 b60ebc41c32f27da5a489ebd76c7fa1707a5a38c32097bfab20f355a86b490ce21acc7be157d0309a30c63b85d79f72f850587d1449110bd1a8075ca3586db5e WHIRLPOOL cfc84b426e3cdcfb915b247a928b7e614a415dc7679836c966c8cb7b863477923839fa021f30d0351365939948ce2a8c62be86dce29200a0ac3c76e7b1dc1c6b

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy)
inherit distutils-r1
DESCRIPTION="Incremental is a small library that versions your Python projects"
HOMEPAGE="https://github.com/hawkowl/incremental https://pypi.python.org/pypi/incremental"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
#S=${WORKDIR}/${P}

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dolsen@gentoo.org</email>
<description>Primary maintainer</description>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<maintainer>
<email>hawkowl@twistedmatrix.com</email>
<name>Amber Brown</name>
</maintainer>
<remote-id type="pypi"></remote-id>
</upstream>
<longdescription></longdescription>
</pkgmetadata>