mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-mail/hyperkitty: Initial commit.
Mail archiver for mailman 3. Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.1
This commit is contained in:
1
net-mail/hyperkitty/Manifest
Normal file
1
net-mail/hyperkitty/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST HyperKitty-1.3.3.tar.gz 1936346 BLAKE2B 8014b62a44989faeb0467779fb53a9e5a0c381bae44fae8102b211a6d3c7dfa63cb76b6cc25ae29bb1b260fdc4bafd9d2c61c39103cc29d76a229263fe704c40 SHA512 4be4630bc0344c3e1633772978880fea996fbf2bb49b728c1d05ae13ab1df8c63b6b7b9b735df32eb2ae31798e76be537748e42c830a63aa01eeff0680f1dc76
|
||||
43
net-mail/hyperkitty/hyperkitty-1.3.3.ebuild
Normal file
43
net-mail/hyperkitty/hyperkitty-1.3.3.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A web interface to access GNU Mailman v3 archives"
|
||||
HOMEPAGE="https://www.list.org"
|
||||
SRC_URI="mirror://pypi/H/HyperKitty/HyperKitty-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/django[${PYTHON_USEDEP}]
|
||||
net-mail/django-mailman3[${PYTHON_USEDEP}]
|
||||
dev-python/django-gravatar2[${PYTHON_USEDEP}]
|
||||
dev-python/djangorestframework[${PYTHON_USEDEP}]
|
||||
dev-python/robot-detection[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/django-compressor[${PYTHON_USEDEP}]
|
||||
net-mail/mailmanclient[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/networkx[${PYTHON_USEDEP}]
|
||||
dev-python/django-haystack[${PYTHON_USEDEP}]
|
||||
dev-python/django-extensions[${PYTHON_USEDEP}]
|
||||
dev-python/flufl-lock[${PYTHON_USEDEP}]
|
||||
dev-python/django-q[${PYTHON_USEDEP}]"
|
||||
|
||||
BDEPEND="test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/whoosh[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup[${PYTHON_USEDEP}]
|
||||
dev-python/django-debug-toolbar[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
DOCS=( README.rst )
|
||||
S="${WORKDIR}/HyperKitty-${PV}"
|
||||
10
net-mail/hyperkitty/metadata.xml
Normal file
10
net-mail/hyperkitty/metadata.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>hanno@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">hyperkitty</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user