public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Utkin" <andrey_utkin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-std-pathlib/
Date: Mon, 24 Jun 2019 08:29:37 +0000 (UTC)	[thread overview]
Message-ID: <1561364886.98c44f77d804aa9d0a88051e3ecabb8d47c6ec33.andrey_utkin@gentoo> (raw)

commit:     98c44f77d804aa9d0a88051e3ecabb8d47c6ec33
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 09:15:51 2019 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 08:28:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c44f77

dev-python/ruamel-std-pathlib: add new version 0.6.4

This release fixes Python 3.7 support.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 dev-python/ruamel-std-pathlib/Manifest             |  1 +
 .../ruamel-std-pathlib-0.6.4.ebuild                | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/ruamel-std-pathlib/Manifest b/dev-python/ruamel-std-pathlib/Manifest
index 4755eec233b..bba6a7265cd 100644
--- a/dev-python/ruamel-std-pathlib/Manifest
+++ b/dev-python/ruamel-std-pathlib/Manifest
@@ -1 +1,2 @@
 DIST ruamel-std-pathlib-0.6.3.tar.gz 19520 BLAKE2B b403338cec80b38104f012c2b2626d473f12d557c2300d606462f2eb009bac72cec65b2f4e5a88192832a99dfc28573ea9ba8e7b73078ad8bac77136dd929040 SHA512 1210d8f7ae77c6358fc857c3ee447b2eb9802eaa31a210804acd74ec23dfd6ac9dec90dd7b21c79dcb4845dff4ad3614dd615c4798d3d7a39cc3a877cb9b63b0
+DIST ruamel-std-pathlib-0.6.4.tar.gz 20719 BLAKE2B 7189b10e61c941d2bba9bcbff3b61f2ad52849d78160b181721fef3bf3a9170aac823631e1743de98d1c132e38092a38781c9c8d0d213e4b94cc1e6051edb2b7 SHA512 591aec63c14c269d6b0838ae4867d58bd0642cf84cff841eda53a4d60f076ba68fdcb54d7e2932b248ee61feb773bf28b6309947886d350af34ed9f580c9d939

diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4.ebuild b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4.ebuild
new file mode 100644
index 00000000000..7e66ea38dee
--- /dev/null
+++ b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PN="${PN//-/.}"
+
+DESCRIPTION="Ruamel enhancements to pathlib and pathlib2"
+HOMEPAGE="https://pypi.org/project/ruamel.std.pathlib/ https://bitbucket.org/ruamel/std.pathlib"
+SRC_URI="https://bitbucket.org/${MY_PN/.//}/get/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+	${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/flake8[${PYTHON_USEDEP}]
+		dev-python/pytest[${PYTHON_USEDEP}]
+	)
+"
+
+python_test() {
+	py.test -v _test/test_*.py || die
+}
+
+python_install() {
+	distutils-r1_python_install --single-version-externally-managed
+	find "${ED}" -name '*.pth' -delete || die
+}


             reply	other threads:[~2019-06-24  8:29 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-24  8:29 Andrey Utkin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-08 14:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-std-pathlib/ Arthur Zamarin
2023-11-30 21:43 James Le Cuirot
2023-09-01 19:26 Arthur Zamarin
2023-05-26 17:44 Michał Górny
2023-03-11 17:12 Michał Górny
2023-03-11 17:06 Sam James
2023-03-11 16:10 Arthur Zamarin
2023-03-11 16:07 Arthur Zamarin
2023-03-11 16:04 Arthur Zamarin
2023-03-11 16:00 Arthur Zamarin
2023-03-11 16:00 Sam James
2023-03-11 16:00 Sam James
2023-02-20 21:29 Arthur Zamarin
2023-02-07 16:54 Sam James
2023-02-07 16:54 Sam James
2023-02-07 14:18 Michał Górny
2022-05-23 22:43 Marek Szuba
2022-04-20 17:24 Michał Górny
2022-04-20 17:24 Michał Górny
2022-04-20 14:12 Jakov Smolić
2022-04-13 14:46 Sam James
2022-04-11 19:58 Michał Górny
2022-04-10  8:58 Michał Górny
2022-03-16  8:07 Michał Górny
2022-03-16  8:07 Michał Górny
2022-03-15 17:56 Jakov Smolić
2022-02-22 19:01 Michał Górny
2022-02-20 14:03 Michał Górny
2022-01-28 11:32 Arthur Zamarin
2021-11-19 11:44 Arthur Zamarin
2021-10-18  7:35 Michał Górny
2021-06-22 13:10 Marek Szuba
2021-05-13 19:11 Marek Szuba
2021-04-27 11:05 Marek Szuba
2021-04-27 11:05 Marek Szuba
2021-04-16  0:40 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:52 Sam James
2021-04-12 15:50 Sam James
2021-03-15 10:35 Marek Szuba
2021-03-15  6:38 Sam James
2021-03-12 19:27 Sergei Trofimovich
2021-03-12 19:27 Sergei Trofimovich
2021-03-12 19:27 Sergei Trofimovich
2021-03-12 19:27 Sergei Trofimovich
2021-03-12 19:27 Sergei Trofimovich
2021-03-12 16:14 Marek Szuba
2021-03-10 12:34 Marek Szuba
2020-09-02  7:41 Mikle Kolyada
2020-05-16  7:09 Joonas Niilola
2020-03-29  7:31 Michał Górny
2020-02-11 19:43 Agostino Sarubbo
2019-12-07  0:40 Patrick McLean
2019-06-24  8:29 Andrey Utkin
2019-06-24  8:29 Andrey Utkin
2019-01-31  9:17 Tim Harder
2018-06-08 22:35 Mart Raudsepp
2018-03-30 18:35 Aaron Bauman
2018-02-07 12:18 Andrey Utkin

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=1561364886.98c44f77d804aa9d0a88051e3ecabb8d47c6ec33.andrey_utkin@gentoo \
    --to=andrey_utkin@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