summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-06-05 16:06:54 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-06-05 16:16:16 +0200
commitd2ada0ee50fb333da68c77e2a4650b09186ba58b (patch)
tree7f90a45a935012e832994ce8a2305633411d39a8
parentdev-java/glassfish-jms-api: treeclean (diff)
downloadgentoo-d2ada0ee50fb333da68c77e2a4650b09186ba58b.tar.gz
gentoo-d2ada0ee50fb333da68c77e2a4650b09186ba58b.tar.bz2
gentoo-d2ada0ee50fb333da68c77e2a4650b09186ba58b.zip
net-mail/postorius: treeclean
Closes: https://bugs.gentoo.org/834989 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--net-mail/postorius/Manifest1
-rw-r--r--net-mail/postorius/metadata.xml10
-rw-r--r--net-mail/postorius/postorius-1.3.5.ebuild48
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 60 deletions
diff --git a/net-mail/postorius/Manifest b/net-mail/postorius/Manifest
deleted file mode 100644
index 71f92d61e3d8..000000000000
--- a/net-mail/postorius/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST postorius-1.3.5.tar.gz 2775722 BLAKE2B 85f3408b7205ce4f89c36906280ff7ccecca0752ae611f4631e16d43972d0b52321be0f533fdabe6bf7d503120ab7a3794ef25f64a72369dec782b60347e33bb SHA512 f5f90ade87ae028fe665918b0aef69ac6c79f8d45ee4d105825ed9113661f084f3a82db9ac6ee850fa0feb5fd5afe7b66e49040d22c2e0599a95c3aa8ad56a31
diff --git a/net-mail/postorius/metadata.xml b/net-mail/postorius/metadata.xml
deleted file mode 100644
index 17b555894f92..000000000000
--- a/net-mail/postorius/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">postorius</remote-id>
- <remote-id type="gitlab">mailman/postorius</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-mail/postorius/postorius-1.3.5.ebuild b/net-mail/postorius/postorius-1.3.5.ebuild
deleted file mode 100644
index 18b4965e46dd..000000000000
--- a/net-mail/postorius/postorius-1.3.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A web user interface for GNU Mailman 3"
-HOMEPAGE="https://www.list.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/django[${PYTHON_USEDEP}]
- dev-python/readme_renderer[${PYTHON_USEDEP}]
- net-mail/django-mailman3[${PYTHON_USEDEP}]
- net-mail/mailmanclient[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/vcrpy[${PYTHON_USEDEP}]
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/pytest-django[${PYTHON_USEDEP}]
- dev-python/isort[${PYTHON_USEDEP}]
- net-mail/mailman[${PYTHON_USEDEP}]
- )
-"
-
-DOCS=( README.rst )
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -e 's/test_list_info/_&/' -i src/postorius/tests/mailman_api_tests/test_list_summary.py || die
- distutils-r1_src_prepare
-}
-
-python_test() {
- local -x PYTHONPATH="${S}/src"
- cd example_project || die
- epytest ../src
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 9584a2cc29dd..b461f0a1f509 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -387,7 +387,6 @@ net-mail/mailman
net-mail/mailmanclient
net-mail/mailman-meta
net-mail/hyperkitty
-net-mail/postorius
# Matt Turner <mattst88@gentoo.org> (2022-04-30)
# Masked for testing. Apparently causes crashes. Bug #841857.