public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/
@ 2017-12-26  3:27 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2017-12-26  3:27 UTC (permalink / raw
  To: gentoo-commits

commit:     cc5a4de1d5313a6b1e5ea66c7e84461d1fb9960e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 01:59:55 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 03:27:26 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc5a4de1

dev-python/parse_cmake: new package

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/parse_cmake/metadata.xml             | 10 ++++++++++
 dev-python/parse_cmake/parse_cmake-0.4.1.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/parse_cmake/metadata.xml b/dev-python/parse_cmake/metadata.xml
new file mode 100644
index 0000000000..8192adbb02
--- /dev/null
+++ b/dev-python/parse_cmake/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">parse_cmake</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild
new file mode 100644
index 0000000000..c84c9aedb3
--- /dev/null
+++ b/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_5} )
+inherit distutils-r1
+
+DESCRIPTION="Parser for CMakeLists.txt files"
+HOMEPAGE="https://pypi.python.org/pypi/parse_cmake"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+	distutils-r1_src_prepare
+	sed -i setup.py -e "s/'pyPEG2'//" || die
+	mv tests tests-hidden || die
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/
@ 2018-06-10 16:06 Johannes Huber
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2018-06-10 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a650571797028b2b5bef841385af49bb6646a08b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 15:52:12 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 15:52:12 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a6505717

dev-python/parse_cmake: EAPI 7

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/parse_cmake/parse_cmake-0.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild
index c44b4de986..9e13adaca2 100644
--- a/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild
+++ b/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python{2_7,3_5} )
 inherit distutils-r1
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 src_prepare() {
 	distutils-r1_src_prepare


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/
@ 2019-09-14 15:50 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-09-14 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     7b03c5289967a3ed46d86f031f50e48fe7f280b6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 15:38:08 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 15:38:08 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b03c528

dev-python/parse_cmake: Drop 0.4.1 (r0)

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/parse_cmake/parse_cmake-0.4.1.ebuild | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild
deleted file mode 100644
index c40a7579b9..0000000000
--- a/dev-python/parse_cmake/parse_cmake-0.4.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_5} )
-inherit distutils-r1
-
-DESCRIPTION="Parser for CMakeLists.txt files"
-HOMEPAGE="https://pypi.python.org/pypi/parse_cmake/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
-	distutils-r1_src_prepare
-	sed -i setup.py -e "s/'pyPEG2'//" || die
-	mv tests tests-hidden || die
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/
@ 2019-10-17 18:10 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-10-17 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e62108f998dc9e368f4e78849714b1f25782aab8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 18:09:19 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 18:09:19 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e62108f9

dev-python/parse_cmake: Drop python2_7

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
index cc2187f798..7fae7b3fb9 100644
--- a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
+++ b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Parser for CMakeLists.txt files"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/
@ 2020-05-20 19:35 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     26191b96b4829b9d3d4688ecc2a04c450f0ab936
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 19:34:07 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 19:34:07 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=26191b96

dev-python/parse_cmake: Update HOMEPAGE

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
index 4f7bdceef3..ba2855ff0b 100644
--- a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
+++ b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="Parser for CMakeLists.txt files"
-HOMEPAGE="https://pypi.python.org/pypi/parse_cmake/"
+HOMEPAGE="https://pypi.org/project/parse_cmake/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/
@ 2021-06-03 11:01 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2021-06-03 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     90395a3ca108b503a4dcd452a3c80f0e881e212a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  3 10:57:26 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  3 10:57:26 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=90395a3c

dev-python/parse_cmake: python3_{8..10}

We'll pretend it will work for now, remove if it turns out to be broken.

Closes: https://bugs.gentoo.org/793569
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
index c914f36687..1d715ffa45 100644
--- a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
+++ b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Parser for CMakeLists.txt files"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/
@ 2021-08-05  9:46 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2021-08-05  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     825fabeb282a8f83ef2ba4a13994dcac149fc3a2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 09:42:12 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 09:45:37 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=825fabeb

dev-python/parse_cmake: EAPI-8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
index 1d715ffa45..1fe5f4f3bf 100644
--- a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
+++ b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-05  9:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-03 11:01 [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2021-08-05  9:46 Andreas Sturmlechner
2020-05-20 19:35 Andreas Sturmlechner
2019-10-17 18:10 Andreas Sturmlechner
2019-09-14 15:50 Andreas Sturmlechner
2018-06-10 16:06 Johannes Huber
2017-12-26  3:27 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox