[dev-python/d2to1] add missing dep for app-misc/sabayon-sark and app-admin/sabayon-mirrors

This commit is contained in:
Joost Ruis
2020-06-23 23:09:00 +02:00
parent 21f7dec1f6
commit 2ae07a7763
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
DIST d2to1-0.2.12_p1.tar.gz 35973 BLAKE2B 19cc191b18168cdbe291235eeb7d0a6f9c9ad9e049c91a337541903ee39c0f1b247bc966c311bd703ddf0283b33fa0a2dc09ec5ba78cd694bc9cdee17c625575 SHA512 89890afc78b21d78f42ef5c920d377cd58075829e025c512d86138d52943ce8b71d1245bf267f76f775c6a69bf81bf9881322bd64b0e75ae088134e6b66f4d2d
+18
View File
@@ -0,0 +1,18 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7,3_8} )
inherit distutils-r1
DESCRIPTION="It converts distutils2's setup.cfg to setuptools' setup.py"
HOMEPAGE="https://github.com/embray/d2to1"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-0.2.12.post1.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
S="${WORKDIR}/${PN}-0.2.12.post1"