mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-mail/automx2: drop 2024.2
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST automx2-2024.2.tar.gz 169710 BLAKE2B 1977e07291d27168424e536273af4069d0cbe4c44e2c37fc10b4d0a2fa53272c404aae6dbb8b0a33dd9926e9fc94aae7cd3c6e5669454dad802e6a6ad85bfaf6 SHA512 de518e7eb5184d5dcd7945ab860250c6338e3343a9c4bba26bcdd68b4cb1d22de9624c329ff63af1420746a17ea220ad6d4bbda627af64f7ddcc5ae73275e5dd
|
||||
DIST automx2-2025.1.tar.gz 175571 BLAKE2B c3c7bbeb6f438a24a476ca6d14b4529ea51869786b3d53f8ef1202a4955259274674683614e0ddadc456d1f7d3e1b9ca20b18d266e4ff8aa54c683456834f92f SHA512 cbaaee4863e7bb265a4c2b991395b8ef3b6405be28beded53287328fb766d1ddb12fde0fdf4ea8992ed0b8abba0e83a018b60054e778a97c734a9a68c391d776
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11,12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Email client autoconfiguration service"
|
||||
HOMEPAGE="https://rseichter.github.io/automx2/"
|
||||
SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
RDEPEND="acct-user/automx2
|
||||
dev-python/flask[${PYTHON_USEDEP}]
|
||||
dev-python/flask-migrate[${PYTHON_USEDEP}]
|
||||
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
|
||||
dev-python/ldap3[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-setupcfg.patch"
|
||||
)
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
python_test() {
|
||||
local -x AUTOMX2_CONF="tests/unittest.conf"
|
||||
eunittest tests/
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
local DOCS=( "${S}"/docs/*.adoc "${S}"/contrib/*sample.conf )
|
||||
local HTML_DOCS=( "${S}"/docs/*.{html,svg} )
|
||||
newconfd "${FILESDIR}/confd" "${PN}"
|
||||
newinitd "${FILESDIR}/init-r1" "${PN}"
|
||||
insinto /etc
|
||||
newins "${FILESDIR}/conf" "${PN}.conf"
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
diff --color -r -u a/setup.cfg b/setup.cfg
|
||||
--- a/setup.cfg 2024-02-21 05:58:03.000000000 +0100
|
||||
+++ b/setup.cfg 2024-07-08 18:27:14.404495000 +0200
|
||||
@@ -51,6 +51,9 @@
|
||||
packages = find:
|
||||
python_requires = >=3.7
|
||||
|
||||
+[options.packages.find]
|
||||
+exclude = test*
|
||||
+
|
||||
[options.package_data]
|
||||
* =
|
||||
contrib/flask.sh
|
||||
Reference in New Issue
Block a user