public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/k5test/
Date: Wed,  3 Nov 2021 11:20:11 +0000 (UTC)	[thread overview]
Message-ID: <1635938391.15b329b92950ba8bd3db8d3a0316af91173be102.andrewammerlaan@gentoo> (raw)
Message-ID: <20211103112011.6jBRCJZFzJjfWToCWaQl6lovoI_QLuDWK0jYW8Cz5IQ@z> (raw)

commit:     15b329b92950ba8bd3db8d3a0316af91173be102
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  3 11:19:51 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Nov  3 11:19:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15b329b9

dev-python/k5test: moved to ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/k5test/Manifest             |  2 --
 dev-python/k5test/k5test-0.10.0.ebuild | 22 ----------------------
 dev-python/k5test/k5test-0.9.2.ebuild  | 23 -----------------------
 dev-python/k5test/metadata.xml         | 19 -------------------
 4 files changed, 66 deletions(-)

diff --git a/dev-python/k5test/Manifest b/dev-python/k5test/Manifest
deleted file mode 100644
index e500c5ab0..000000000
--- a/dev-python/k5test/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST k5test-0.10.0.tar.gz 11865 BLAKE2B 106d34d8737b35b70b01303ea0fa7fc4cf244fb43090e841f99ea83842484363bb67d88f5bfe2f6d6716b0b6303b7e9b5c0c893ce320f192cce2d92807b791fc SHA512 80faee7b4bb6b2c9d899e29fb7857d0dc2b761d6c4b46d802168ac5d52287c333729becc6220d78ec7b1d61fda8f8333b14efa53571b4d2d5198c59e2c953c2a
-DIST k5test-0.9.2.tar.gz 8216 BLAKE2B 7a4864c6c37725f87b0c4b6263093ac01a190bfd769a288c4f47c5590b42fa452af56150e89fa867b7a5b1ea56204f54b769b31b49113c5921a5209336ac9a36 SHA512 0feb0335da75c6201f43760834c723b82428838791f9adddd75a7259e55d9d74e752ce11fdfad9a2964abf9ca2cfe03e4914127af5f3d421fe78966cbeab647e

diff --git a/dev-python/k5test/k5test-0.10.0.ebuild b/dev-python/k5test/k5test-0.10.0.ebuild
deleted file mode 100644
index fe8f27ebc..000000000
--- a/dev-python/k5test/k5test-0.10.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for setting up self-contained Kerberos 5 environments"
-HOMEPAGE="https://github.com/pythongssapi/k5test"
-SRC_URI="https://github.com/pythongssapi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/six[${PYTHON_USEDEP}]"
-RDEPEND="
-	${DEPEND}
-	virtual/krb5
-"

diff --git a/dev-python/k5test/k5test-0.9.2.ebuild b/dev-python/k5test/k5test-0.9.2.ebuild
deleted file mode 100644
index a249e1a7c..000000000
--- a/dev-python/k5test/k5test-0.9.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for setting up self-contained Kerberos 5 environments"
-HOMEPAGE="https://github.com/pythongssapi/k5test"
-SRC_URI="https://github.com/pythongssapi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/six[${PYTHON_USEDEP}]"
-RDEPEND="
-	${DEPEND}
-	virtual/krb5
-"

diff --git a/dev-python/k5test/metadata.xml b/dev-python/k5test/metadata.xml
deleted file mode 100644
index ba7159fa8..000000000
--- a/dev-python/k5test/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<description>co-maintainers welcome</description>
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
-	</maintainer>
-	<longdescription lang="en">
-	A library for setting up self-contained Kerberos 5 environments,
-	and running Python unit tests inside those environments.
-	It is based on the file of the same name found alongside the MIT
-	Kerberos 5 unit tests.
-	</longdescription>
-	<upstream>
-		<remote-id type="github">pythongssapi/k5test</remote-id>
-		<remote-id type="pypi">k5test</remote-id>
-	</upstream>
-</pkgmetadata>


             reply	other threads:[~2021-11-03 11:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-03 11:20 Andrew Ammerlaan [this message]
2021-11-03 11:20 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/k5test/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-05-05  8:33 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-03 11:36 Andrew Ammerlaan

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=1635938391.15b329b92950ba8bd3db8d3a0316af91173be102.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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