public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/constantly/
Date: Tue, 28 Mar 2017 19:07:20 +0000 (UTC)	[thread overview]
Message-ID: <1490728029.e811d8f6e53fd8e0a96bf69474c7733d73a4145b.dolsen@gentoo> (raw)

commit:     e811d8f6e53fd8e0a96bf69474c7733d73a4145b
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 01:09:14 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 19:07:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e811d8f6

dev-python/constantly: New pkg, split out from twisted new dep of twisted

Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 dev-python/constantly/Manifest                 |  1 +
 dev-python/constantly/constantly-15.1.0.ebuild | 24 ++++++++++++++++++++++++
 dev-python/constantly/metadata.xml             | 20 ++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest
new file mode 100644
index 00000000000..c0d66d96fa9
--- /dev/null
+++ b/dev-python/constantly/Manifest
@@ -0,0 +1 @@
+DIST constantly-15.1.0.tar.gz 21465 SHA256 586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35 SHA512 ccc6f41b0bd552d2bb5346cc9d64cd7b91a59dd30e0cf66b01e82f7e0e079c01c34bc6c66b69c5fee9d2eed35ae5455258d309e66278d708d5f576ddf2e00ac3 WHIRLPOOL 0d8225c0dbef4ca71997ae46eb55da02fde8cd31e9d315667b14daf330a9806e0331e8640f2495d190053bb40c4cc357ba99a5dff8a853535b0271089e705037

diff --git a/dev-python/constantly/constantly-15.1.0.ebuild b/dev-python/constantly/constantly-15.1.0.ebuild
new file mode 100644
index 00000000000..01823a6c052
--- /dev/null
+++ b/dev-python/constantly/constantly-15.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Symbolic constants in Python"
+HOMEPAGE="https://github.com/twisted/constantly https://pypi.python.org/pypi/constantly"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+	${RDEPEND}
+"
+
+#S=${WORKDIR}/${P}

diff --git a/dev-python/constantly/metadata.xml b/dev-python/constantly/metadata.xml
new file mode 100644
index 00000000000..dd75db246c3
--- /dev/null
+++ b/dev-python/constantly/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>dolsen@gentoo.org</email>
+		<description>Primary maintainer</description>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<email>twisted-python@twistedmatrix.com</email>
+			<name>Twisted Matrix Labs Developers</name>
+		</maintainer>
+		<remote-id type="pypi">constantly</remote-id>
+	</upstream>
+	<longdescription>
+		A library that provides symbolic constant support. It includes
+		collections and constants with text, numeric, and bit flag values.
+		Originally twisted.python.constants from the Twisted project.
+	</longdescription>
+</pkgmetadata>


             reply	other threads:[~2017-03-28 19:07 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-28 19:07 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-30  2:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/constantly/ Brian Dolbec
2017-05-26 10:16 Tobias Klausmann
2017-06-09 14:19 Brian Dolbec
2017-06-26 20:18 Tobias Klausmann
2017-06-28 13:19 Agostino Sarubbo
2017-07-02 15:02 Sergei Trofimovich
2017-09-28 13:42 Michael Palimaka
2017-10-28 22:34 Sergei Trofimovich
2017-12-13 22:15 Sergei Trofimovich
2018-02-22 14:22 Michał Górny
2018-02-22 17:02 Michał Górny
2018-03-30 18:08 Sergei Trofimovich
2018-05-04 13:05 Mart Raudsepp
2018-08-20 18:17 Sergei Trofimovich
2018-12-31 10:21 Mikle Kolyada
2019-01-17 20:45 Mikle Kolyada
2019-03-20 10:31 Fabian Groffen
2019-11-19 11:58 Agostino Sarubbo
2019-11-19 15:40 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:48 Agostino Sarubbo
2019-11-20 11:50 Agostino Sarubbo
2019-11-20 17:28 Aaron Bauman
2019-11-22 13:44 Matt Turner
2019-11-22 23:35 Sergei Trofimovich
2019-12-08  4:50 Matt Turner
2019-12-15 12:36 Pacho Ramos
2020-01-22 23:40 Thomas Deutschmann
2020-05-27 15:22 Michał Górny
2020-08-01 21:23 Michał Górny
2020-08-04 12:01 Michał Górny
2020-11-28 11:43 Sam James
2020-11-28 11:43 Sam James
2021-06-01 20:35 Michał Górny
2022-01-27 22:56 James Le Cuirot
2022-02-02  9:27 Michał Górny
2022-02-02  9:27 Michał Górny
2022-03-15 11:08 Jakov Smolić
2022-03-15 11:18 Michał Górny
2022-05-13  9:08 Michał Górny
2023-05-28 18:11 Sam James
2023-05-29  9:31 Michał Górny
2023-07-05  5:56 Arthur Zamarin
2023-07-05  8:03 Michał Górny
2023-10-29  4:46 Michał Górny
2023-11-29 10:07 Michał Górny
2023-11-29 10:10 Michał Górny
2024-06-05  5:38 Michał Górny
2024-06-28  7:47 Petr Vaněk
2025-02-18 12:50 Michał Górny
2025-04-12 18:54 Michał Górny
2025-05-16 18:31 Arthur Zamarin

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=1490728029.e811d8f6e53fd8e0a96bf69474c7733d73a4145b.dolsen@gentoo \
    --to=dolsen@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