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 E33C6138334 for ; Mon, 9 Dec 2019 17:55:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26CCAE089D; Mon, 9 Dec 2019 17:55:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF4BDE089D for ; Mon, 9 Dec 2019 17:55:05 +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 DD47C34D458 for ; Mon, 9 Dec 2019 17:55:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4957C8A7 for ; Mon, 9 Dec 2019 17:55:02 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1575914092.0b27314452e187d6b08affdd077da6f77107fe7b.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fleep/Manifest dev-python/fleep/fleep-1.0.1.ebuild dev-python/fleep/fleep-9999.ebuild dev-python/fleep/metadata.xml X-VCS-Directories: dev-python/fleep/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 0b27314452e187d6b08affdd077da6f77107fe7b X-VCS-Branch: master Date: Mon, 9 Dec 2019 17:55:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 92387b79-c611-4640-a4ee-251019cbd980 X-Archives-Hash: 5b2f73e55cc7d997a4b30d1891c8cec6 commit: 0b27314452e187d6b08affdd077da6f77107fe7b Author: Rick Farina gentoo org> AuthorDate: Mon Dec 9 17:54:52 2019 +0000 Commit: Rick Farina gentoo 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 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 @@ + + + + + python@gentoo.org + + + zerochaos@gentoo.org + Rick Farina + + + +