public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyGPG/
Date: Sun, 16 Jun 2019 15:01:22 +0000 (UTC)	[thread overview]
Message-ID: <1560697242.09a9b86175307c3aa3054f4466c56eb0c0d765a2.soap@gentoo> (raw)

commit:     09a9b86175307c3aa3054f4466c56eb0c0d765a2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 15:00:42 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 15:00:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a9b861

dev-python/pyGPG: Update live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/pyGPG/pyGPG-9999.ebuild | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild b/dev-python/pyGPG/pyGPG-9999.ebuild
index d1140338e37..a5839bdc60d 100644
--- a/dev-python/pyGPG/pyGPG-9999.ebuild
+++ b/dev-python/pyGPG/pyGPG-9999.ebuild
@@ -1,35 +1,33 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
-PYTHON_COMPAT=(python{2_7,3_5,3_6})
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
-EGIT_BRANCH="master"
+inherit distutils-r1
 
-inherit distutils-r1 python-r1 git-2
-
-EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git"
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git"
+	EGIT_BRANCH="master"
+else
+	SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+fi
 
 DESCRIPTION="A python interface wrapper for gnupg's gpg command"
 HOMEPAGE="https://github.com/dol-sen/pyGPG"
-SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-KEYWORDS=""
-
 DEPEND=""
 RDEPEND="${DEPEND}
 	app-crypt/gnupg
 	"
 
-python_install_all() {
-	distutils-r1_python_install_all
-}
-
 pkg_postinst() {
 	einfo
 	einfo "This is experimental software."


             reply	other threads:[~2019-06-16 15:01 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-16 15:01 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-03  6:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyGPG/ Arthur Zamarin
2023-05-03  5:35 Sam James
2023-05-03  5:25 Sam James
2023-05-02 20:50 Sam James
2023-05-02 20:50 Sam James
2023-05-02 20:26 Sam James
2023-05-01 15:00 Sam James
2023-02-16  3:29 Sam James
2022-03-18 11:41 Michał Górny
2022-03-18  9:02 Arthur Zamarin
2022-03-17  7:45 Agostino Sarubbo
2022-03-16 23:53 Sam James
2022-03-15 17:56 Jakov Smolić
2022-03-15 11:27 Jakov Smolić
2022-03-15 11:27 Jakov Smolić
2022-02-02 15:22 Craig Andrews
2022-01-29 21:19 Michał Górny
2021-09-14 14:15 Yixun Lan
2021-07-11 13:00 Brian Dolbec
2021-06-01 10:44 Sam James
2021-02-13 21:27 Brian Dolbec
2020-04-18 17:55 Craig Andrews
2020-02-26 12:18 Michał Górny
2019-07-26 22:21 Aaron Bauman
2019-06-16 15:01 David Seifert
2019-06-16 15:01 David Seifert
2017-07-30  9:15 Michał Górny
2017-05-12 15:19 Manuel Rüger
2017-04-29 11:39 Jeroen Roovers
2017-03-11 17:07 Agostino Sarubbo
2017-03-04 14:02 Agostino Sarubbo
2017-02-17  6:03 Markus Meier
2017-02-16 20:34 Michael Weber
2017-02-14 15:39 Agostino Sarubbo
2017-02-14 14:52 Agostino Sarubbo
2016-12-24 21:54 Brian Dolbec
2016-10-09  7:47 Pacho Ramos
2016-02-22  0:43 Stephen Klimaszewski
2016-01-23 19:28 Brian Dolbec

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=1560697242.09a9b86175307c3aa3054f4466c56eb0c0d765a2.soap@gentoo \
    --to=soap@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