From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/dxf/
Date: Fri, 1 Dec 2017 19:47:31 +0000 (UTC) [thread overview]
Message-ID: <1512157637.917f301f055bb6f290b05e9050496a4c32fdb103.mrueg@gentoo> (raw)
commit: 917f301f055bb6f290b05e9050496a4c32fdb103
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 1 19:47:17 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Dec 1 19:47:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917f301f
app-admin/dxf: Version bump to 7.0.1
Package-Manager: Portage-2.3.16, Repoman-2.3.6
app-admin/dxf/Manifest | 3 ++-
app-admin/dxf/dxf-7.0.1.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/app-admin/dxf/Manifest b/app-admin/dxf/Manifest
index 8e1d8746be2..702eb9d33b0 100644
--- a/app-admin/dxf/Manifest
+++ b/app-admin/dxf/Manifest
@@ -1,3 +1,4 @@
DIST dxf-6.2.0.tar.gz 284243 SHA256 c3c927dd3c397683707ade3a909bb41e887d9a0b07f7f6efdd69c7b0f4793218 SHA512 b3498e6a05401be784aeb086be3db21199bc6f0fc206bbb31344b29b84289f56dc4001020597f77b6867dff9d5b14f6ab41c921df5dabc094520af5dd6fdea0b WHIRLPOOL f4a9a8981dc1abe2d12ad4fe48de1ec6d86ef2d4cb93c110ece9c9127c10dc79986237b340f14983080aea0fbea61e422555e18864966bb57830ddb27c8d7ca8
DIST dxf-6.3.0.tar.gz 292165 SHA256 df183e9a3661b0e264438c7b27d830cf6920bc343dc2e1fc84aa1d1a141aed01 SHA512 6c4273d0c1cecb2094722b4fff0d883bb26a6c5f976ae046cb8856685b9122af7e0a192f7e31c4786b6fa07a30666602790da4bf13d08dca84d9937e3d81f657 WHIRLPOOL c2b2590d1975e1ac32b8f71e3c895e75e207dc11d0535692d84d8db23246a8f50685b6f17618bcdd5c7e3dfd2d22790d89e9ebf5c74b17ace0e7a399086b31cc
-DIST dxf-7.0.0.tar.gz 292703 SHA256 25cc1d5c01e4680e1955057667dbbd8494eb004e7d27dfb5b56d1d817d61a4bd SHA512 659b51f28ee6c365b57888e87e29e5500d8b3544efecb0b2257903a1e17e41722adc052d35c2ab1dbf87365d4734d1c2d57c16e31677451cf44fd23e6d9accc8 WHIRLPOOL 3a3371fd5dccfa397d8ca90c71b0588fa86470d7013bd46f0d19f2357a41a0c62c63a988bab90d37ad21e75b648b4be3cfe20f83999bf2abadbce2357d2591f8
+DIST dxf-7.0.0.tar.gz 292703 BLAKE2B 9abd7610a66aa5da6ddac86e3ced92b3040ffff238547a8a70e0745d13df1d70ad96c8954a6a784f19b52c01e11d650539bb5e967ef72288dbde3a58fb3b83a9 SHA512 659b51f28ee6c365b57888e87e29e5500d8b3544efecb0b2257903a1e17e41722adc052d35c2ab1dbf87365d4734d1c2d57c16e31677451cf44fd23e6d9accc8
+DIST dxf-7.0.1.tar.gz 292883 BLAKE2B 9723866611ea93b86196d13250eb0a435c8a92541f7ad95a432724a056153af8f9bff5498d6a564c7e98f3cffee0ef6dc605b90c3d4e9ddcc2f8d12ff9276cf7 SHA512 01b5b9d77fc59cf552c94b778700af219302d795ce07399d45fb51d98e72ba6d03cc473ac6f6641a9562d6a196d4d72f44b963ac9e210863f76b3a6ab7a9628e
diff --git a/app-admin/dxf/dxf-7.0.1.ebuild b/app-admin/dxf/dxf-7.0.1.ebuild
new file mode 100644
index 00000000000..4c3842e34cc
--- /dev/null
+++ b/app-admin/dxf/dxf-7.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Docker registry v2 client in Python"
+HOMEPAGE="https://github.com/davedoesdev/dxf"
+SRC_URI="https://github.com/davedoesdev/dxf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-python/jwcrypto-0.4.2[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.9.0[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/tqdm-4.10.0[${PYTHON_USEDEP}]
+ >=dev-python/www-authenticate-0.9.2[${PYTHON_USEDEP}]"
+
+RESTRICT="test"
+# Require dockerd running
+
+python_test() {
+ emake test
+}
next reply other threads:[~2017-12-01 19:47 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-01 19:47 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-07-02 10:43 [gentoo-commits] repo/gentoo:master commit in: app-admin/dxf/ Mikle Kolyada
2020-04-16 21:40 William Hubbs
2020-02-05 15:29 Michał Górny
2019-09-23 14:38 Manuel Rüger
2019-07-23 15:21 Manuel Rüger
2019-05-09 16:29 Manuel Rüger
2019-04-10 8:44 Manuel Rüger
2019-03-01 13:21 Manuel Rüger
2018-08-21 22:18 Manuel Rüger
2018-07-30 21:56 Manuel Rüger
2018-07-17 14:24 Manuel Rüger
2018-06-27 11:32 Manuel Rüger
2018-06-06 20:52 Manuel Rüger
2018-06-06 12:30 Manuel Rüger
2018-02-07 10:36 Manuel Rüger
2017-12-07 19:38 Manuel Rüger
2017-12-07 18:31 Manuel Rüger
2017-11-13 12:58 Manuel Rüger
2017-10-30 0:03 Manuel Rüger
2017-10-30 0:03 Manuel Rüger
2017-10-22 0:17 Manuel Rüger
2017-10-17 15:31 Manuel Rüger
2017-10-16 16:31 Manuel Rüger
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=1512157637.917f301f055bb6f290b05e9050496a4c32fdb103.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