public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/gssapi/
Date: Fri, 18 Dec 2020 16:26:24 +0000 (UTC)	[thread overview]
Message-ID: <1608305006.422f7ca06f8f675bffacfd6c14e88f929e3dc0b1.andrewammerlaan@gentoo> (raw)
Message-ID: <20201218162624.iUJvC5StY3u8n8NzMsEI5jsokPKsdGaROjwMaL_RpRE@z> (raw)

commit:     422f7ca06f8f675bffacfd6c14e88f929e3dc0b1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 15:23:26 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 15:23:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=422f7ca0

dev-python/gssapi: version bump, add py3.9, fix doc

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/gssapi/Manifest                          |  2 +-
 .../{gssapi-1.6.11.ebuild => gssapi-1.6.12.ebuild}  | 21 +++++++++------------
 2 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/dev-python/gssapi/Manifest b/dev-python/gssapi/Manifest
index 230c3baf..5fd8afe9 100644
--- a/dev-python/gssapi/Manifest
+++ b/dev-python/gssapi/Manifest
@@ -1 +1 @@
-DIST gssapi-1.6.11.tar.gz 1064371 BLAKE2B f3445ffa6a64bb6807e40024e7fb14f7b82359e4a4f07ceba34044a068c5b841968b46c4c02d5f9e19a48d89f4b975e2acc7e356629553651f21e79d01a96bc3 SHA512 7c80c49d360b8b89ee8e1a63b5ad13a22eac1a93a0066a3acf4c862b3064dac8d5a4cebe5e2e18ebe8d65af1a5ca2a862c982825e886b676bf2d92bc8b105397
+DIST python-gssapi-1.6.12.tar.gz 11520426 BLAKE2B 1e5be34c15e806ad1bb8d1093850489ce0962d828a50690d3020ea7b7a614eca5cdfe220ab6c9b23964d10075e607143b0804db842249ee003f961db608da9e2 SHA512 3626521250f320f01bb8fe79a60c79e51f8e306fd16d90a281abac1b88cfce65fec5dd67c4e8396a5832204ba7478a2c4bc6c5c2216038b99d2cc27cfd2e26b0

diff --git a/dev-python/gssapi/gssapi-1.6.11.ebuild b/dev-python/gssapi/gssapi-1.6.12.ebuild
similarity index 68%
rename from dev-python/gssapi/gssapi-1.6.11.ebuild
rename to dev-python/gssapi/gssapi-1.6.12.ebuild
index dd347201..1627510b 100644
--- a/dev-python/gssapi/gssapi-1.6.11.ebuild
+++ b/dev-python/gssapi/gssapi-1.6.12.ebuild
@@ -3,8 +3,9 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{6..8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 DOCS_BUILDER="sphinx"
+DOCS_DIR="docs/source"
 DOCS_DEPEND="
 	>=dev-python/recommonmark-0.4.0
 	>dev-python/sphinx_rtd_theme-0.2.5
@@ -16,7 +17,7 @@ HOMEPAGE="
 	https://github.com/pythongssapi/python-gssapi
 	https://pypi.org/project/gssapi
 "
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/pythongssapi/python-${PN}/releases/download/v${PV}/python-${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
@@ -24,20 +25,16 @@ KEYWORDS="~amd64 ~x86"
 #help wanted
 RESTRICT="test"
 
-RDEPEND=""
-DEPEND="
-	${RDEPEND}
+S="${WORKDIR}/python-${P}"
+
+RDEPEND="dev-python/decorator[${PYTHON_USEDEP}]"
+
+BDEPEND="${RDEPEND}
 	dev-python/cython[${PYTHON_USEDEP}]
 	test? (
-		dev-python/decorator[${PYTHON_USEDEP}]
 		dev-python/k5test[${PYTHON_USEDEP}]
 		dev-python/parameterized[${PYTHON_USEDEP}]
 	)
 "
 
-distutils_enable_tests nose
-
-python_test() {
-	distutils_install_for_testing
-	nosetests -v || die
-}
+distutils_enable_tests --install nose


             reply	other threads:[~2020-12-18 16:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-18 15:25 Andrew Ammerlaan [this message]
2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/gssapi/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-12-03  4:18 [gentoo-commits] repo/proj/guru:dev " Alessandro Barbieri

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=1608305006.422f7ca06f8f675bffacfd6c14e88f929e3dc0b1.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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