public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flit_core/
Date: Sat,  7 Dec 2019 21:55:36 +0000 (UTC)	[thread overview]
Message-ID: <1575755729.e890cd2cfe82977caaf85feead73242ad336c06f.chutzpah@gentoo> (raw)

commit:     e890cd2cfe82977caaf85feead73242ad336c06f
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 20:22:35 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 21:55:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e890cd2c

dev-python/flit_core: New package

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-python/flit_core/Manifest               |  1 +
 dev-python/flit_core/flit_core-2.1.0.ebuild | 39 +++++++++++++++++++++++++++++
 dev-python/flit_core/metadata.xml           | 12 +++++++++
 3 files changed, 52 insertions(+)

diff --git a/dev-python/flit_core/Manifest b/dev-python/flit_core/Manifest
new file mode 100644
index 00000000000..ce0f6dfe64d
--- /dev/null
+++ b/dev-python/flit_core/Manifest
@@ -0,0 +1 @@
+DIST flit_core-2.1.0.tar.gz 22978 BLAKE2B 87cb5ced56666eb9ae4963628864b66c77758c823b34712770a61a52cb7916196c0d6f51e7b2ad9804b853f27a257966aabef7dd9c95155af8e76f5100b1c9fa SHA512 dfc11cdd62af367b56773e5e0b28763554cd27a272a040a5dd35c8fae4f1e6695b2e2b15b6e63f6aa52df9854874eccc31f6eaf5b349ed85aa33cc5e1d2e1acd

diff --git a/dev-python/flit_core/flit_core-2.1.0.ebuild b/dev-python/flit_core/flit_core-2.1.0.ebuild
new file mode 100644
index 00000000000..837b6cc3c50
--- /dev/null
+++ b/dev-python/flit_core/flit_core-2.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+inherit distutils-r1
+
+DESCRIPTION="Simplified packaging of Python modules (core module)"
+HOMEPAGE="https://pypi.org/project/flit-core/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-python/intreehooks[${PYTHON_USEDEP}]
+	dev-python/toml[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}
+	test? ( dev-python/testpath[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	printf -- "from setuptools import setup, find_packages\nsetup(name='${PN//_/-}',version='${PV}',%s)" \
+		"packages=find_packages()" > setup.py || die
+
+	# use toml instead of depricated pytoml
+	sed -e 's:import pytoml as toml:import toml:' \
+		-i flit_core/inifile.py || die
+	sed -e 's:pytoml:toml:' \
+		-i flit_core/build_thyself.py || die
+
+	distutils-r1_python_prepare_all
+}

diff --git a/dev-python/flit_core/metadata.xml b/dev-python/flit_core/metadata.xml
new file mode 100644
index 00000000000..12ad08ae74e
--- /dev/null
+++ b/dev-python/flit_core/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="person">
+    <email>chutzpah@gentoo.org</email>
+    <name>Patrick McLean</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">flit-core</remote-id>
+    <remote-id type="github">takluyver/flit</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2019-12-07 21:55 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-07 21:55 Patrick McLean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-30 21:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/flit_core/ Michał Górny
2021-03-22 10:03 Michał Górny
2021-03-22 10:03 Michał Górny
2021-05-24 19:42 Patrick McLean
2021-08-01  9:39 Michał Górny
2021-09-24 22:48 Sam James
2021-10-09 20:19 Sam James
2021-10-10  0:09 Sam James
2021-10-10  2:20 Sam James
2021-10-10 20:43 Sam James
2021-10-11  7:56 Michał Górny
2021-10-17  8:23 Michał Górny
2021-10-24  0:19 Sam James
2021-10-24  2:27 Sam James
2021-10-24  4:51 Sam James
2021-11-15 16:29 Agostino Sarubbo
2021-11-18 10:50 Sam James
2021-11-19  7:59 Arthur Zamarin
2021-11-19  9:03 Michał Górny
2021-11-19 11:39 Arthur Zamarin
2021-11-23 22:05 Michał Górny
2021-12-19 21:03 Arthur Zamarin
2021-12-19 21:07 Arthur Zamarin
2021-12-19 21:07 Arthur Zamarin
2021-12-19 21:07 Arthur Zamarin
2021-12-19 21:10 Arthur Zamarin
2021-12-19 21:15 Michał Górny
2021-12-19 21:15 Michał Górny
2021-12-19 21:18 Michał Górny
2021-12-28  9:03 Michał Górny
2021-12-28  9:03 Michał Górny
2022-01-13 20:16 Michał Górny
2022-01-16 17:53 Michał Górny
2022-01-16 18:39 Arthur Zamarin
2022-01-16 18:39 Arthur Zamarin
2022-01-16 18:39 Arthur Zamarin
2022-01-16 23:16 James Le Cuirot
2022-01-17  5:33 Joshua Kinard
2022-01-26 10:51 Michał Górny
2022-01-26 11:32 Michał Górny
2022-01-31  0:57 Sam James
2022-02-10 10:45 Jakov Smolić
2022-02-10 10:45 Jakov Smolić
2022-02-10 11:43 Sam James
2022-02-10 11:43 Sam James
2022-02-10 11:43 Sam James
2022-02-11 12:25 Sam James
2022-02-11 20:51 Arthur Zamarin
2022-02-11 20:52 Arthur Zamarin
2022-02-22 18:55 Michał Górny
2022-02-23 21:30 Michał Górny
2022-03-26 17:31 Arthur Zamarin
2022-03-26 18:14 Arthur Zamarin
2022-11-05 20:35 Arthur Zamarin
2022-11-25 13:54 Arthur Zamarin
2022-11-25 14:04 Michał Górny
2022-11-25 14:04 Michał Górny
2023-03-16  3:50 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=1575755729.e890cd2cfe82977caaf85feead73242ad336c06f.chutzpah@gentoo \
    --to=chutzpah@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