diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-01-28 13:37:54 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-01-28 13:37:54 +0000 |
| commit | e895f7dd1983af02c6f3e645a4a254447ffc5201 (patch) | |
| tree | bc7a1e48c5cda0e1dc0905e86900c4c2a743050e /dev-python/filebytes/filebytes-0.10.2.ebuild | |
| parent | 592e83767c971f78bb2690936d2827ddeef2eaf9 (diff) | |
| download | baldeagleos-repo-e895f7dd1983af02c6f3e645a4a254447ffc5201.tar.gz baldeagleos-repo-e895f7dd1983af02c6f3e645a4a254447ffc5201.tar.xz baldeagleos-repo-e895f7dd1983af02c6f3e645a4a254447ffc5201.zip | |
Adding metadata
Diffstat (limited to 'dev-python/filebytes/filebytes-0.10.2.ebuild')
| -rw-r--r-- | dev-python/filebytes/filebytes-0.10.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild new file mode 100644 index 000000000000..a4fe77d577cb --- /dev/null +++ b/dev-python/filebytes/filebytes-0.10.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Classes/Types to read and edit executable files" +HOMEPAGE="https://github.com/sashs/filebytes" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/sashs/filebytes" +else + SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="BSD" +SLOT="0" |
