diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-05 22:16:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-05 22:16:08 +0000 |
| commit | 7aeb89d8286afcb872b885e24bcdb36523ba0c77 (patch) | |
| tree | bb2fc3f4596013ebdc76c41ce7f7f71e56828b50 /dev-python/setuptools-git | |
| parent | c0d6b48931a4b77a2f6a70fc6272b97c8be95a78 (diff) | |
| download | baldeagleos-repo-7aeb89d8286afcb872b885e24bcdb36523ba0c77.tar.gz baldeagleos-repo-7aeb89d8286afcb872b885e24bcdb36523ba0c77.tar.xz baldeagleos-repo-7aeb89d8286afcb872b885e24bcdb36523ba0c77.zip | |
Adding metadata
Diffstat (limited to 'dev-python/setuptools-git')
| -rw-r--r-- | dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild index b98dc6430ea7..2867cc3e508f 100644 --- a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild +++ b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild @@ -3,9 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) - inherit distutils-r1 DESCRIPTION="Setuptools revision control system plugin for Git" @@ -16,9 +14,9 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-vcs/git" -RDEPEND="${DEPEND}" +BDEPEND=${RDEPEND} python_test() { git config --global user.name "test user" || die |
