public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/attr/
Date: Mon, 15 May 2017 14:46:10 +0000 (UTC)	[thread overview]
Message-ID: <1494859558.4e8da99aaaf1113a5a2d5ea6853a0371703aabb2.mrueg@gentoo> (raw)

commit:     4e8da99aaaf1113a5a2d5ea6853a0371703aabb2
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 14:45:58 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon May 15 14:45:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8da99a

dev-python/attr: Initial version

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/attr/Manifest          |  1 +
 dev-python/attr/attr-0.2.0.ebuild | 20 ++++++++++++++++++++
 dev-python/attr/metadata.xml      | 12 ++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/attr/Manifest b/dev-python/attr/Manifest
new file mode 100644
index 00000000000..d3f8d101f80
--- /dev/null
+++ b/dev-python/attr/Manifest
@@ -0,0 +1 @@
+DIST attr-0.2.0.tar.gz 1165 SHA256 826135ffdd4d0b4bc8a580ce491c33fd90b55e169217539c34b7bfdbe2086ee3 SHA512 4ba43c3506c91c6a6f19f238a5f0b37ba4ebd2b4cac2b12eda4a6e9f453ff3fa859c4a18cda568bd73a520bc67d89f7a770d9faa7487076dcc505084cb21cc9c WHIRLPOOL 93d9e8252b14960504866909886b3cf13ec618623bd958972a1cd28dd2a77755e5f5d4853057160287bb4aa13cc98e053aaa469a8ce3488ea60f11b542926beb

diff --git a/dev-python/attr/attr-0.2.0.ebuild b/dev-python/attr/attr-0.2.0.ebuild
new file mode 100644
index 00000000000..766460795bf
--- /dev/null
+++ b/dev-python/attr/attr-0.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Simple decorator to set attributes of target function or class in a DRY way"
+HOMEPAGE="https://github.com/denis-ryzhkov/attr"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+python_test() {
+	${EPYTHON} -c "import attr; attr.test()" || die
+}

diff --git a/dev-python/attr/metadata.xml b/dev-python/attr/metadata.xml
new file mode 100644
index 00000000000..b3b13d3ae57
--- /dev/null
+++ b/dev-python/attr/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">attr</remote-id>
+    <remote-id type="github">denis-ryzhkov/attr</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2017-05-15 14:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15 14:46 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-05-15 15:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/attr/ Manuel Rüger

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=1494859558.4e8da99aaaf1113a5a2d5ea6853a0371703aabb2.mrueg@gentoo \
    --to=mrueg@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