public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tlslite/
Date: Sat, 21 Mar 2020 09:46:36 +0000 (UTC)	[thread overview]
Message-ID: <1584783938.28adac52a58636572d48b0102b30e7f8f9d7a986.zlogene@gentoo> (raw)

commit:     28adac52a58636572d48b0102b30e7f8f9d7a986
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 09:45:38 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 09:45:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28adac52

dev-python/tlslite: remove last-rited pkg

Closes: https://bugs.gentoo.org/691044

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-python/tlslite/Manifest                |  1 -
 dev-python/tlslite/metadata.xml            | 21 ------------------
 dev-python/tlslite/tlslite-0.4.9-r2.ebuild | 34 ------------------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-python/tlslite/Manifest b/dev-python/tlslite/Manifest
deleted file mode 100644
index adfffee0083..00000000000
--- a/dev-python/tlslite/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tlslite-0.4.9.tar.gz 105402 BLAKE2B a26d0938dc713b701d6079263e46f44b23814708d04fef8698bd0b736e10d58ceb5e99dcb1ecdd66a225fc0a697aafdbb97ed46522229d3af7f760daf23f4d86 SHA512 5473139b5730ef946efa139fbb9adb3333dc67f33f03305f4a6d3b6eaaefce950ba93bc1053362fc31b9d68ff9f6deceb9449987e29ff44035b818d7310edbea

diff --git a/dev-python/tlslite/metadata.xml b/dev-python/tlslite/metadata.xml
deleted file mode 100644
index 03969c1ba05..00000000000
--- a/dev-python/tlslite/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-		<name>Python</name>
-	</maintainer>
-	<longdescription lang="en">
-		TLS Lite is a free python library that implements SSL 3.0, TLS 1.0, and
-		TLS 1.1. TLS Lite supports non-traditional authentication methods such
-		as SRP, shared keys, and cryptoIDs in addition to X.509 certificates.
-		TLS Lite is pure Python, however it can access OpenSSL, cryptlib,
-		pycrypto, and GMPY for faster crypto operations. TLS Lite integrates
-		with httplib, xmlrpclib, poplib, imaplib, smtplib, SocketServer,
-		asyncore, and Twisted.
-	</longdescription>
-	<upstream>
-		<remote-id type="github">trevp/tlslite</remote-id>
-		<remote-id type="pypi">tlslite</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/tlslite/tlslite-0.4.9-r2.ebuild b/dev-python/tlslite/tlslite-0.4.9-r2.ebuild
deleted file mode 100644
index 33f6b717d37..00000000000
--- a/dev-python/tlslite/tlslite-0.4.9-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="TLS Lite is a free python library that implements SSL 3.0 and TLS 1.0/1.1"
-HOMEPAGE="http://trevp.net/tlslite/ https://pypi.org/project/tlslite/ https://github.com/trevp/tlslite"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD public-domain"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-#Refrain for now setting IUSE test and deps of test given test restricted.
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-# Tests still hang
-python_test() {
-	cd tests || die
-	"${PYTHON}" "${S}"/tests/tlstest.py client localhost:4443 . || die
-	"${PYTHON}" "${S}"/tests/tlstest.py server localhost:4442 . || die
-}
-
-pkg_postinst() {
-	optfeature "GMP support" dev-python/gmpy
-}


             reply	other threads:[~2020-03-21  9:46 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-21  9:46 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-06  6:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/tlslite/ Michał Górny
2018-01-12 16:46 Mike Gilbert
2017-10-02 23:45 Thomas Deutschmann
2017-10-02 16:18 Manuel Rüger
2017-09-24 16:16 Sergei Trofimovich
2017-09-15  6:12 Alon Bar-Lev
2017-09-10 11:33 Sergei Trofimovich
2017-01-01  3:18 Mike Gilbert
2017-01-01  3:14 Mike Gilbert
2017-01-01  3:14 Mike Gilbert
2017-01-01  3:14 Mike Gilbert
2017-01-01  3:14 Mike Gilbert
2016-06-03 17:35 Patrice Clement
2016-03-01 20:41 Patrick Lauer
2015-09-13  8:52 Justin Lecher

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=1584783938.28adac52a58636572d48b0102b30e7f8f9d7a986.zlogene@gentoo \
    --to=zlogene@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