From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BE64139696 for ; Tue, 28 Mar 2017 19:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86ED121C0A9; Tue, 28 Mar 2017 19:07:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5081621C06D for ; Tue, 28 Mar 2017 19:07:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 157C2341657 for ; Tue, 28 Mar 2017 19:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E6D36E55 for ; Tue, 28 Mar 2017 19:07:20 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1490728029.e811d8f6e53fd8e0a96bf69474c7733d73a4145b.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/constantly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/constantly/Manifest dev-python/constantly/constantly-15.1.0.ebuild dev-python/constantly/metadata.xml X-VCS-Directories: dev-python/constantly/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: e811d8f6e53fd8e0a96bf69474c7733d73a4145b X-VCS-Branch: master Date: Tue, 28 Mar 2017 19:07:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fc433b19-b412-4da6-b7f3-1652bdd9ba1a X-Archives-Hash: 840292a92965a9289fdb41bb045310b8 commit: e811d8f6e53fd8e0a96bf69474c7733d73a4145b Author: Brian Dolbec gentoo org> AuthorDate: Tue Nov 29 01:09:14 2016 +0000 Commit: Brian Dolbec gentoo 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 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 @@ + + + + + dolsen@gentoo.org + Primary maintainer + + + + twisted-python@twistedmatrix.com + Twisted Matrix Labs Developers + + constantly + + + 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. + +