From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
Date: Mon, 9 Dec 2019 17:55:02 +0000 (UTC) [thread overview]
Message-ID: <1575914092.0b27314452e187d6b08affdd077da6f77107fe7b.zerochaos@gentoo> (raw)
commit: 0b27314452e187d6b08affdd077da6f77107fe7b
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 9 17:54:52 2019 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Dec 9 17:54:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b273144
dev-python/fleep: import from SpiderX Nest overlay
Package-Manager: Portage-2.3.81, Repoman-2.3.19
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-python/fleep/Manifest | 1 +
dev-python/fleep/fleep-1.0.1.ebuild | 23 +++++++++++++++++++++++
dev-python/fleep/fleep-9999.ebuild | 23 +++++++++++++++++++++++
dev-python/fleep/metadata.xml | 13 +++++++++++++
4 files changed, 60 insertions(+)
diff --git a/dev-python/fleep/Manifest b/dev-python/fleep/Manifest
new file mode 100644
index 00000000000..3e8410b5047
--- /dev/null
+++ b/dev-python/fleep/Manifest
@@ -0,0 +1 @@
+DIST fleep-1.0.1.tar.gz 6547 BLAKE2B 75ede77464e32404b3e1229adc9484d1d44b33323ed18f4be5275ffd1c8f63863459f46ff9cbf4f90d0e1387c0e5c967cce13ac8f6ce65710709dd227c04df89 SHA512 ba56f3a6c99f4c793e9f5c4ec04f7a96effabeadd92b18aeb7689a75d8504ccfca086db635d33e358ea9f67887e904c141e259ce2e9b9f3ea77f9e24c1b0eb27
diff --git a/dev-python/fleep/fleep-1.0.1.ebuild b/dev-python/fleep/fleep-1.0.1.ebuild
new file mode 100644
index 00000000000..3482940aec1
--- /dev/null
+++ b/dev-python/fleep/fleep-1.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5..7} )
+
+inherit distutils-r1
+
+DESCRIPTION="File format determination library for Python"
+HOMEPAGE="https://github.com/floyernick/fleep-py"
+
+if [ "${PV}" = "9999" ]; then
+ EGIT_REPO_URI="https://github.com/floyernick/fleep-py.git"
+ inherit git-r3
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild
new file mode 100644
index 00000000000..3482940aec1
--- /dev/null
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5..7} )
+
+inherit distutils-r1
+
+DESCRIPTION="File format determination library for Python"
+HOMEPAGE="https://github.com/floyernick/fleep-py"
+
+if [ "${PV}" = "9999" ]; then
+ EGIT_REPO_URI="https://github.com/floyernick/fleep-py.git"
+ inherit git-r3
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
diff --git a/dev-python/fleep/metadata.xml b/dev-python/fleep/metadata.xml
new file mode 100644
index 00000000000..70b5a06623e
--- /dev/null
+++ b/dev-python/fleep/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+ </maintainer>
+ <maintainer type="person">
+ <email>zerochaos@gentoo.org</email>
+ <name>Rick Farina</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2019-12-09 17:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-09 17:55 Rick Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-12-10 20:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/ Aaron Bauman
2020-12-03 1:35 Aaron Bauman
2021-08-02 5:52 Michał Górny
2021-08-02 5:52 Michał Górny
2021-08-02 5:52 Michał Górny
2021-08-02 5:52 Michał Górny
2022-05-12 19:09 Arthur Zamarin
2023-08-19 22:40 Rick Farina
2023-11-23 19:00 Michał Górny
2024-05-17 17:48 Michał Górny
2024-05-17 17:48 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=1575914092.0b27314452e187d6b08affdd077da6f77107fe7b.zerochaos@gentoo \
--to=zerochaos@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