public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed,  6 Jun 2018 20:52:19 +0000 (UTC)	[thread overview]
Message-ID: <1528318323.f422d358f61de353c39e0e0be4187f0274f4c116.mrueg@gentoo> (raw)

commit:     f422d358f61de353c39e0e0be4187f0274f4c116
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  6 20:51:10 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 20:52:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f422d358

app-admin/dxf: Version bump to 7.2.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/dxf/Manifest         |  1 +
 app-admin/dxf/dxf-7.2.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-admin/dxf/Manifest b/app-admin/dxf/Manifest
index e7c563cf566..64fffa23a5a 100644
--- a/app-admin/dxf/Manifest
+++ b/app-admin/dxf/Manifest
@@ -1 +1,2 @@
 DIST dxf-7.1.1.tar.gz 293629 BLAKE2B b6657e2b3b402e07a1f22dc5f8ece033fc8c7492e18a1654e7354420862c042ece359cdbb377dd9daefec606aaab865a22d26247d463097469c322d2877f4ea7 SHA512 9e9be7a69d885bfaf4f062ec601f33c7de2123c4c2910f046fc4b3f199608d08626e76ff47e2c9691149e6f3e0c6fb05e2264b83b3d74c06fe907f5bb7de5254
+DIST dxf-7.2.0.tar.gz 298396 BLAKE2B 2566f61ab4f621492b3f2c243a78bb02e25bc7278438c7698be4704724172605a5e1111a9f380e1de064c6d6ce35a95fee06ac4865e3c8f1318af4a6242ff1b9 SHA512 49f6a29d6d653f444d2f53b84a73b1282052c7ff7a87f65b59a87b5c2796ca37897b36b17d2252398d087377755ff9f474c6b271af80d955d79b6a971a2e124d

diff --git a/app-admin/dxf/dxf-7.2.0.ebuild b/app-admin/dxf/dxf-7.2.0.ebuild
new file mode 100644
index 00000000000..f6e0099fdfe
--- /dev/null
+++ b/app-admin/dxf/dxf-7.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 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.18.4[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	>=dev-python/tqdm-4.19.4[${PYTHON_USEDEP}]
+	>=dev-python/www-authenticate-0.9.2[${PYTHON_USEDEP}]"
+
+RESTRICT="test"
+# Require dockerd running
+
+python_test() {
+	emake test
+}


             reply	other threads:[~2018-06-06 20:52 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-06 20:52 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 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-12-01 19:47 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=1528318323.f422d358f61de353c39e0e0be4187f0274f4c116.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