We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255ebf0 commit 59202d0Copy full SHA for 59202d0
dev-util/cmake-format/cmake-format-0.6.13-r2.ebuild
@@ -3,16 +3,15 @@
3
4
EAPI=8
5
6
-PYTHON_COMPAT=(python3_{7..13})
+DISTUTILS_USE_PEP517=setuptools
7
+PYTHON_COMPAT=(python3_{10..14})
8
9
inherit distutils-r1
10
11
_P=${P/-/_}
12
_PN=${PN/-/_}
13
S="${WORKDIR}/${_P}"
14
-DISTUTILS_USE_PEP517=setuptools
15
-
16
DESCRIPTION="Source code formatter for cmake listfiles."
17
HOMEPAGE="https://github.com/cheshirekow/cmake_format.git"
18
SRC_URI="https://github.com/cheshirekow/cmake_format/archive/v${PV}.tar.gz -> cmake-format-v${PV}.tar.gz"
0 commit comments