diff --git a/dev-python/cmake-converter/Manifest b/dev-python/cmake-converter/Manifest new file mode 100644 index 000000000..6dbdc5c7c --- /dev/null +++ b/dev-python/cmake-converter/Manifest @@ -0,0 +1 @@ +DIST cmake-converter-2.0.1.tar.gz 92684 BLAKE2B 57af79f67260231800fc98d84a48d6a0772abf8c5c0d70a2a7c7601ac1bf7d8cc106e623360a45c81cce4ed4aca8ecde6fe89c90a900126dc191045a644c6980 SHA512 05409a80ccb20c149ea720ce7c0bb38c1efde6e7b0489718140490f2bdbe4e52a0da95b54f4a98c3f63af28b270f8990ae12fb89fa217974746e67bb3b3b0faf diff --git a/dev-python/cmake-converter/cmake-converter-2.0.1.ebuild b/dev-python/cmake-converter/cmake-converter-2.0.1.ebuild new file mode 100644 index 000000000..b52b426b7 --- /dev/null +++ b/dev-python/cmake-converter/cmake-converter-2.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="CMake converter for Visual Studio projects" +HOMEPAGE="https://github.com/pavelliavonau/cmakeconverter" +#SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${P}.tar.gz" +SRC_URI="https://github.com/pavelliavonau/cmakeconverter/archive/v2.0.1.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] + dev-python/colorama[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/cmakeconverter-${PV}" diff --git a/profiles/pentoo/base/package.accept_keywords/dev-python b/profiles/pentoo/base/package.accept_keywords/dev-python index 425735ea3..a28eff23b 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-python +++ b/profiles/pentoo/base/package.accept_keywords/dev-python @@ -1,3 +1,6 @@ +#Pentoo packages +dev-python/cmake-converter + ~dev-python/pyside2-5.14.1 ~dev-python/shiboken2-5.14.1