dev-python/devtools: Dev tools for python

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-04-28 18:40:36 +02:00
parent 70202c2157
commit 66dd65c6ca
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST devtools-0.5.1.tar.gz 66033 BLAKE2B bde439ee4a3fc36a934daeedb75c44491552a1f93ebac364a685390d2144e55577466ae881357d8eace25fde8acf73c684bfb8137ba1dd6ee3d85103dacfc24a SHA512 28e9d743694c9c62671e086f2ce71bb1037a226628b5a774e8ef36d25121d6b9ed4571e2f3bc351725b8a6b66f4aa03ae8ab469883a0a61284b2a3e2c95fc289

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
MYPN="python-${PN}"
MYP="${MYPN}-${PV}"
DESCRIPTION="Dev tools for python"
HOMEPAGE="https://github.com/samuelcolvin/python-devtools"
SRC_URI="https://github.com/samuelcolvin/${MYPN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
S="${WORKDIR}/${MYP}"
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinxcontrib-websupport
DEPEND="test? (
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pytest-isort[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)"

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<upstream>
<remote-id type="github">samuelcolvin/python-devtools</remote-id>
<remote-id type="pypi">devtools</remote-id>
</upstream>
</pkgmetadata>