From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/poyo/
Date: Sat, 29 Oct 2016 22:13:25 +0000 (UTC) [thread overview]
Message-ID: <1477779186.a67d90bb5f98ff29e0ea03862e970e0d427e0205.mrueg@gentoo> (raw)
commit: a67d90bb5f98ff29e0ea03862e970e0d427e0205
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 22:12:47 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 22:13:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67d90bb
dev-python/poyo: Initial version
Package-Manager: portage-2.3.2
dev-python/poyo/Manifest | 1 +
dev-python/poyo/metadata.xml | 8 ++++++++
dev-python/poyo/poyo-0.4.0.ebuild | 24 ++++++++++++++++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-python/poyo/Manifest b/dev-python/poyo/Manifest
new file mode 100644
index 00000000..5a4505b
--- /dev/null
+++ b/dev-python/poyo/Manifest
@@ -0,0 +1 @@
+DIST poyo-0.4.0.tar.gz 10722 SHA256 8a95d95193eb0838117cc8847257bf17248ef6d157aaa55ea5c20509a87388b8 SHA512 19ab8e8f7bb6e376494516ac455eec36f57f64c59c1f5f3bc2a9ee1dd2faefdccab2755a4875f85553e4f2fbdcb3a13db0f591fc65c005354cc20d10ce2a0d6c WHIRLPOOL 3e42f5e78c9cc2bc310f085b264305221d416da145af9503eb1b37cb5b9cd3a4b3852eeeac880e07be7078acebae6b8ba3a351caeda77a2d5db49c7757e74801
diff --git a/dev-python/poyo/metadata.xml b/dev-python/poyo/metadata.xml
new file mode 100644
index 00000000..7f4f33c
--- /dev/null
+++ b/dev-python/poyo/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
diff --git a/dev-python/poyo/poyo-0.4.0.ebuild b/dev-python/poyo/poyo-0.4.0.ebuild
new file mode 100644
index 00000000..e72f8dd
--- /dev/null
+++ b/dev-python/poyo/poyo-0.4.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 python3_5 )
+inherit distutils-r1
+
+DESCRIPTION="A lightweight YAML Parser for Python"
+HOMEPAGE="https://github.com/hackebrot/poyo"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+ py.test || die
+}
next reply other threads:[~2016-10-29 22:13 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-29 22:13 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-28 16:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/poyo/ Manuel Rüger
2017-05-20 10:14 Patrice Clement
2019-02-07 10:55 Manuel Rüger
2020-02-05 19:12 Michał Górny
2020-04-19 16:42 Michał Górny
2020-05-10 15:17 Mikle Kolyada
2020-05-11 17:33 Michał Górny
2021-03-02 8:40 Sam James
2021-03-02 8:40 Sam James
2021-08-20 6:38 Arthur Zamarin
2021-09-04 21:29 Sam James
2022-01-26 20:06 Arthur Zamarin
2023-02-17 7:15 Sam James
2023-06-01 13:22 Michał Górny
2023-11-24 15:29 Michał Górny
2024-05-18 6:58 Michał Górny
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=1477779186.a67d90bb5f98ff29e0ea03862e970e0d427e0205.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