mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/incremental: New pkg, new dep of twisted, treq
Package-Manager: portage-2.3.2
This commit is contained in:
1
dev-python/incremental/Manifest
Normal file
1
dev-python/incremental/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST incremental-16.10.1.tar.gz 16066 SHA256 14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342 SHA512 b60ebc41c32f27da5a489ebd76c7fa1707a5a38c32097bfab20f355a86b490ce21acc7be157d0309a30c63b85d79f72f850587d1449110bd1a8075ca3586db5e WHIRLPOOL cfc84b426e3cdcfb915b247a928b7e614a415dc7679836c966c8cb7b863477923839fa021f30d0351365939948ce2a8c62be86dce29200a0ac3c76e7b1dc1c6b
|
||||
22
dev-python/incremental/incremental-16.10.1.ebuild
Normal file
22
dev-python/incremental/incremental-16.10.1.ebuild
Normal 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}
|
||||
20
dev-python/incremental/metadata.xml
Normal file
20
dev-python/incremental/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user