summaryrefslogtreecommitdiff
path: root/dev-python/pymilter
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pymilter
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pymilter')
-rw-r--r--dev-python/pymilter/Manifest1
-rw-r--r--dev-python/pymilter/metadata.xml16
-rw-r--r--dev-python/pymilter/pymilter-1.0.7_pre20251111.ebuild43
-rw-r--r--dev-python/pymilter/pymilter-9999.ebuild43
4 files changed, 0 insertions, 103 deletions
diff --git a/dev-python/pymilter/Manifest b/dev-python/pymilter/Manifest
deleted file mode 100644
index ce6bc353a0ab..000000000000
--- a/dev-python/pymilter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pymilter-1.0.7_pre20251111.tar.xz 986416 BLAKE2B 967c4dd6b795c5cf246b16c23ba07c29019f7384c117e5caa39e346459c96f0d0632f5cba25ec4731f05caaf9dfae5638e362eb413b163dbd608c31b3787a6de SHA512 9213a14cfe045eb92977086f3ac66b793c252a9f4548dc80462d8d6efc06674c9876873de4d9999b87f3ca0f1295f04f4e040f3fa2800b5a27f4504a8569ab8b
diff --git a/dev-python/pymilter/metadata.xml b/dev-python/pymilter/metadata.xml
deleted file mode 100644
index 5cfca7860d28..000000000000
--- a/dev-python/pymilter/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>eras@gentoo.org</email>
- <name>Eray Aslan</name>
- </maintainer>
- <maintainer type="person">
- <email>mjo@gentoo.org</email>
- <name>Michael Orlitzky</name>
- </maintainer>
- <upstream>
- <remote-id type="github">sdgathman/pymilter</remote-id>
- <remote-id type="pypi">pymilter</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pymilter/pymilter-1.0.7_pre20251111.ebuild b/dev-python/pymilter/pymilter-1.0.7_pre20251111.ebuild
deleted file mode 100644
index cb112116738d..000000000000
--- a/dev-python/pymilter/pymilter-1.0.7_pre20251111.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/sdgathman/pymilter.git"
- inherit git-r3
-else
- KEYWORDS="~amd64 ~arm64"
- if [[ ${PV} == *_pre* ]]; then
- SRC_URI="https://dev.gentoo.org/~eras/distfiles/${P}.tar.xz"
- S="${WORKDIR}/pymilter"
- else
- inherit pypi
- fi
-fi
-
-DESCRIPTION="module to enable python scripts to attach to Sendmail's libmilter API"
-HOMEPAGE="https://www.pymilter.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
- mail-filter/libmilter:=
-"
-
-distutils_enable_tests unittest
-
-src_test() {
- # requires berkeleydb and bsddb3 modules
- sed -i -e "/s.addTest(testpolicy.suite())/d" \
- -e "/import testpolicy/d" test.py || die
- rm testpolicy.py
- distutils-r1_src_test
-}
diff --git a/dev-python/pymilter/pymilter-9999.ebuild b/dev-python/pymilter/pymilter-9999.ebuild
deleted file mode 100644
index cb112116738d..000000000000
--- a/dev-python/pymilter/pymilter-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/sdgathman/pymilter.git"
- inherit git-r3
-else
- KEYWORDS="~amd64 ~arm64"
- if [[ ${PV} == *_pre* ]]; then
- SRC_URI="https://dev.gentoo.org/~eras/distfiles/${P}.tar.xz"
- S="${WORKDIR}/pymilter"
- else
- inherit pypi
- fi
-fi
-
-DESCRIPTION="module to enable python scripts to attach to Sendmail's libmilter API"
-HOMEPAGE="https://www.pymilter.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
- mail-filter/libmilter:=
-"
-
-distutils_enable_tests unittest
-
-src_test() {
- # requires berkeleydb and bsddb3 modules
- sed -i -e "/s.addTest(testpolicy.suite())/d" \
- -e "/import testpolicy/d" test.py || die
- rm testpolicy.py
- distutils-r1_src_test
-}