Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pamela/
Date: Wed, 07 Oct 2020 01:17:48
Message-Id: 1602033451.3301cfbe78d36c1a28f587c2eda7203cf2402fd6.epsilon-0@gentoo
1 commit: 3301cfbe78d36c1a28f587c2eda7203cf2402fd6
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Oct 7 01:17:31 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Oct 7 01:17:31 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3301cfbe
7
8 dev-python/pamela: drop dead package
9
10 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
11
12 dev-python/pamela/metadata.xml | 16 ----------------
13 dev-python/pamela/pamela-0.2.1.ebuild | 15 ---------------
14 dev-python/pamela/pamela-9999.ebuild | 22 ----------------------
15 3 files changed, 53 deletions(-)
16
17 diff --git a/dev-python/pamela/metadata.xml b/dev-python/pamela/metadata.xml
18 deleted file mode 100644
19 index e458bccf6..000000000
20 --- a/dev-python/pamela/metadata.xml
21 +++ /dev/null
22 @@ -1,16 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 - <maintainer type="project">
27 - <email>sci@g.o</email>
28 - <name>Gentoo Science Project</name>
29 - </maintainer>
30 - <longdescription>
31 -An interface to the Pluggable Authentication Modules (PAM) library,
32 -written in pure Python (using ctypes).
33 -</longdescription>
34 - <upstream>
35 - <remote-id type="github">minrk/pamela</remote-id>
36 - <remote-id type="pypi">pamela</remote-id>
37 - </upstream>
38 -</pkgmetadata>
39
40 diff --git a/dev-python/pamela/pamela-0.2.1.ebuild b/dev-python/pamela/pamela-0.2.1.ebuild
41 deleted file mode 100644
42 index 307894d13..000000000
43 --- a/dev-python/pamela/pamela-0.2.1.ebuild
44 +++ /dev/null
45 @@ -1,15 +0,0 @@
46 -# Copyright 1999-2015 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=5
50 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
51 -
52 -inherit distutils-r1
53 -
54 -DESCRIPTION="PAM interface using ctypes"
55 -HOMEPAGE="https://github.com/minrk/pamela"
56 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
57 -KEYWORDS="~amd64"
58 -
59 -LICENSE="MIT"
60 -SLOT="0"
61
62 diff --git a/dev-python/pamela/pamela-9999.ebuild b/dev-python/pamela/pamela-9999.ebuild
63 deleted file mode 100644
64 index 6450b7e24..000000000
65 --- a/dev-python/pamela/pamela-9999.ebuild
66 +++ /dev/null
67 @@ -1,22 +0,0 @@
68 -# Copyright 1999-2015 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=5
72 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
73 -
74 -inherit distutils-r1 git-r3
75 -
76 -DESCRIPTION="PAM interface using ctypes"
77 -HOMEPAGE="https://github.com/minrk/pamela"
78 -EGIT_REPO_URI="https://github.com/minrk/${PN}.git git://github.com/minrk/${PN}.git"
79 -KEYWORDS=""
80 -
81 -LICENSE="MIT"
82 -SLOT="0"
83 -IUSE="test"
84 -
85 -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
86 -
87 -python_test() {
88 - py.test --assert=plain test_pamela.py
89 -}