diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-23 00:41:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-23 00:41:11 +0000 |
| commit | 7dca8a2be3fbfd4dc89ba51566ff47e4e73de078 (patch) | |
| tree | 28601db42d719d9e34229aeca6fe16f1d767eb7f /dev-python/backrefs/backrefs-5.3.ebuild | |
| parent | 3d7e69d2317d519c48bdf73548fbe2424f1265b6 (diff) | |
| download | baldeagleos-repo-7dca8a2be3fbfd4dc89ba51566ff47e4e73de078.tar.gz baldeagleos-repo-7dca8a2be3fbfd4dc89ba51566ff47e4e73de078.tar.xz baldeagleos-repo-7dca8a2be3fbfd4dc89ba51566ff47e4e73de078.zip | |
Adding metadata
Diffstat (limited to 'dev-python/backrefs/backrefs-5.3.ebuild')
| -rw-r--r-- | dev-python/backrefs/backrefs-5.3.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/backrefs/backrefs-5.3.ebuild b/dev-python/backrefs/backrefs-5.3.ebuild index c6e9430cccf3..4331a3988d55 100644 --- a/dev-python/backrefs/backrefs-5.3.ebuild +++ b/dev-python/backrefs/backrefs-5.3.ebuild @@ -3,8 +3,8 @@ EAPI=8 +DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{7,8,9,10} ) -DISTUTILS_USE_PEP517=setuptools DOCS_BUILDER="mkdocs" DOCS_DEPEND=" @@ -22,7 +22,10 @@ HOMEPAGE=" https://github.com/facelessuser/backrefs/ https://pypi.org/project/backrefs/ " -SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://github.com/facelessuser/backrefs/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" @@ -36,10 +39,6 @@ BDEPEND=" ) " -PATCHES=( - "${FILESDIR}/${P}-fix-regex-unrecognized-escape.patch" -) - distutils_enable_tests pytest python_prepare_all() { |
