Skip to content

Commit 6ec6cac

Browse files
author
blshkv
committed
cmake-converter: #609 fix
1 parent ae708e4 commit 6ec6cac

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

dev-python/cmake-converter/Manifest

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DIST cmake-converter-2.0.1.tar.gz 92684 BLAKE2B 57af79f67260231800fc98d84a48d6a0772abf8c5c0d70a2a7c7601ac1bf7d8cc106e623360a45c81cce4ed4aca8ecde6fe89c90a900126dc191045a644c6980 SHA512 05409a80ccb20c149ea720ce7c0bb38c1efde6e7b0489718140490f2bdbe4e52a0da95b54f4a98c3f63af28b270f8990ae12fb89fa217974746e67bb3b3b0faf
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright 1999-2020 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=7
5+
6+
DISTUTILS_USE_SETUPTOOLS=rdepend
7+
PYTHON_COMPAT=( python3_{6,7,8} )
8+
9+
inherit distutils-r1
10+
11+
DESCRIPTION="CMake converter for Visual Studio projects"
12+
HOMEPAGE="https://github.com/pavelliavonau/cmakeconverter"
13+
#SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${P}.tar.gz"
14+
SRC_URI="https://github.com/pavelliavonau/cmakeconverter/archive/v2.0.1.tar.gz -> ${P}.tar.gz"
15+
16+
LICENSE="GPL-3"
17+
SLOT="0"
18+
KEYWORDS="~amd64 ~x86"
19+
IUSE="test"
20+
21+
RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
22+
dev-python/colorama[${PYTHON_USEDEP}]"
23+
DEPEND="${RDEPEND}"
24+
25+
S="${WORKDIR}/cmakeconverter-${PV}"

profiles/pentoo/base/package.accept_keywords/dev-python

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#Pentoo packages
2+
dev-python/cmake-converter
3+
14
~dev-python/pyside2-5.14.1
25
~dev-python/shiboken2-5.14.1
36

0 commit comments

Comments
 (0)