diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-27 12:39:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-27 12:39:27 +0000 |
| commit | 895452611dfff9c5ab64c755b89dd09d01d5e728 (patch) | |
| tree | 09cbf8deb960ed17df82c0546a50af70486612fc /dev-python/python-systemd | |
| parent | c59726f73d452c764efc0aeca13eb981cf11cf67 (diff) | |
| download | baldeagleos-repo-895452611dfff9c5ab64c755b89dd09d01d5e728.tar.gz baldeagleos-repo-895452611dfff9c5ab64c755b89dd09d01d5e728.tar.xz baldeagleos-repo-895452611dfff9c5ab64c755b89dd09d01d5e728.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-systemd')
| -rw-r--r-- | dev-python/python-systemd/python-systemd-234-r1.ebuild | 39 | ||||
| -rw-r--r-- | dev-python/python-systemd/python-systemd-234-r2.ebuild | 2 |
2 files changed, 1 insertions, 40 deletions
diff --git a/dev-python/python-systemd/python-systemd-234-r1.ebuild b/dev-python/python-systemd/python-systemd-234-r1.ebuild deleted file mode 100644 index 4a5fe5435fb4..000000000000 --- a/dev-python/python-systemd/python-systemd-234-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2015-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9,10} ) -DISTUTILS_USE_SETUPTOOLS="no" - -inherit distutils-r1 - -DESCRIPTION="Python module for native access to the systemd facilities" -HOMEPAGE="https://github.com/systemd/python-systemd" -SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86" - -DEPEND="sys-apps/systemd:0=" -RDEPEND="${DEPEND} - !sys-apps/systemd[python(-)] -" - -PATCHES=( - "${FILESDIR}"/${P}-fix-py3.10.patch -) - -distutils_enable_tests pytest - -python_compile() { - # https://bugs.gentoo.org/690316 - distutils-r1_python_compile -j1 -} - -python_test() { - pushd "${BUILD_DIR}/lib" > /dev/null || die - epytest -o cache_dir="${T}" - popd > /dev/null || die -} diff --git a/dev-python/python-systemd/python-systemd-234-r2.ebuild b/dev-python/python-systemd/python-systemd-234-r2.ebuild index e4c3e359712a..2f6e454bae19 100644 --- a/dev-python/python-systemd/python-systemd-234-r2.ebuild +++ b/dev-python/python-systemd/python-systemd-234-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P} LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86" DEPEND="sys-apps/systemd:0=" RDEPEND="${DEPEND} |
