public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/
Date: Tue, 26 Dec 2017 03:27:40 +0000 (UTC)	[thread overview]
Message-ID: <1514258846.cc5a4de1d5313a6b1e5ea66c7e84461d1fb9960e.kensington@gentoo> (raw)

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
+}


             reply	other threads:[~2017-12-26  3:27 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1514258846.cc5a4de1d5313a6b1e5ea66c7e84461d1fb9960e.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox