diff options
Diffstat (limited to 'dev-python/pyGPG')
-rw-r--r-- | dev-python/pyGPG/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pyGPG/pyGPG-0.1.ebuild | 39 | ||||
-rw-r--r-- | dev-python/pyGPG/pyGPG-0.2.ebuild | 16 | ||||
-rw-r--r-- | dev-python/pyGPG/pyGPG-9999.ebuild | 24 |
4 files changed, 23 insertions, 62 deletions
diff --git a/dev-python/pyGPG/Manifest b/dev-python/pyGPG/Manifest index b852efb4ca7a..39c41b8a01b1 100644 --- a/dev-python/pyGPG/Manifest +++ b/dev-python/pyGPG/Manifest @@ -1,6 +1,4 @@ -DIST pyGPG-0.1.tar.gz 15441 BLAKE2B 5f14788d17ecdf9459a3332fab050892273adac75c7adb5c82c5770956017c3336385e35d4e2827cd070162efeacd4f4e3b2f2fa2cf17837826913fdced89875 SHA512 58a89fbee4311b89c5515ad1bc1d901057e8acdfdbcf36813f50a766374100a62efe456d52263711e5c2f46957791def9343d94f019e413506cfdbd353602060 DIST pyGPG-0.2.tar.gz 15439 BLAKE2B 92c82b8b23c279461a872f118c636fa9cdae3f44910fc34a357983b0b4afea2a7b13c6400499a0fdbb4365357ade64294642178ca07a79ab3b7df89e60146e73 SHA512 93d892a57a27b254bfdc9778b73d341dfec654c2104c578014628df78c43beaf93eafb571ac544d52f334e63f6e5b8c0cfad7c8a0d585ee7211e8649efce8c67 -EBUILD pyGPG-0.1.ebuild 1023 BLAKE2B 94811e069002fe9f05b3e3474a0a0e9cd32704fe2d8b21e119c389db998f5318875e2b2a5a80a6093d14e905a4727f6238dc1ac4be2d770476e27d780b32795b SHA512 344be87147bef5f0a816c28c3324b023b04b42e0ffc37105d0a50b165a5303b8a5b6217e216f5c763b43c90021910217aa761554c0b4670da79380d40651de7c -EBUILD pyGPG-0.2.ebuild 1044 BLAKE2B dfb439bed56543aff1542ad495d84ddfd535c3739b8b5b39c79a6d9951ed4942fdde7df038ef69f9355e00f233023fece8652bbf9222593bfedeaaacac744279 SHA512 c76c72cdc9408ccdd426933a4b636a3384d0a884d472e87990f74255f2a15a17f005dddba991d07b1e216287afbef64356a5669c5845c92baaae4811790560fe -EBUILD pyGPG-9999.ebuild 1020 BLAKE2B d8d05084ab15c4c5d7c04e2de325b27b07f03e7613a49b37446ff1c16d6d647d7f13ec089a830f539d738791f57802c1f736628e817fd47d34afe77e5a8f4bbd SHA512 0164f36f2861643659b2550b023722946c0fe9bb8f7cf983ba98caab56b5aba6e1acb102381527c552e4ce9c745a4fd9cff8678a7f057b9d806cbc3af3bad18b +EBUILD pyGPG-0.2.ebuild 1128 BLAKE2B bd9c98fbeadce7f24d82cd477485e0385f5ff885d50fcd8c7da5e795c9f2d1fb553cb0f7150201e1228ab549ad17565add1a9cc6e12c99b60dc0c323ca3a9563 SHA512 10beb7bc4671fa2db678dfd716c3564f7b705abfe35e437951dcad388bf5988d2f8ee3654d22844bdfc96914898a2a22a75e5311b60ea2733fec90f3554a0298 +EBUILD pyGPG-9999.ebuild 1137 BLAKE2B 413a02bd7ab8aa9eea83c6b8ae075f7e148d33f95e58485d71fa7db3151bae5f53f842aa2ea60a03ffbce1ed58bf4adeba7317f2220f28533364a14e98c4aa77 SHA512 228b7e18adf0e7d3f10b5432713cd1ee4d329046b141baaa7831fd58ecce010021d71a2d386a265ca5d151bdddf3c451f3678ea8684735b089252fd9d2efe916 MISC metadata.xml 672 BLAKE2B 27b2cf23f9d5b57b3b125bbfe3bf7e3ee581cb2d438e60295d94bdccc1d7c6549c412df0771b0d20d053f8efaaa1659ef9cc3e948a9afe2c70137047d63772c4 SHA512 3e10843a2625c38e9481e3d7d70318312efdda48c3ebf2c97af5f1319e03840765116856de363da5a7088e0fa25f03c513ec11bbe8eae55d932470e9f3bee420 diff --git a/dev-python/pyGPG/pyGPG-0.1.ebuild b/dev-python/pyGPG/pyGPG-0.1.ebuild deleted file mode 100644 index c73c9a749895..000000000000 --- a/dev-python/pyGPG/pyGPG-0.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=(python2_7) - -inherit distutils-r1 - -EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git" - -DESCRIPTION="A python interface wrapper for gnupg's gpg command" -HOMEPAGE="https://github.com/dol-sen/pyGPG" -SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -IUSE="" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86" - -DEPEND="" -RDEPEND="${DEPEND} - app-crypt/gnupg - " - -pkg_postinst() { - einfo - einfo "This is experimental software." - einfo "The API's it installs should be considered unstable" - einfo "and are subject to change." - einfo - einfo "Please file any enhancement requests, or bugs" - einfo "at https://github.com/dol-sen/pyGPG/issues" - einfo "I am also on IRC @ #gentoo-keys of the freenode network" - einfo - ewarn "There may be some python 3 compatibility issues still." - ewarn "Please help debug/fix/report them in github or bugzilla." -} diff --git a/dev-python/pyGPG/pyGPG-0.2.ebuild b/dev-python/pyGPG/pyGPG-0.2.ebuild index a6a797b30f4d..e3d575a7cd70 100644 --- a/dev-python/pyGPG/pyGPG-0.2.ebuild +++ b/dev-python/pyGPG/pyGPG-0.2.ebuild @@ -1,24 +1,28 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 -PYTHON_COMPAT=(python{2_7,3_5,3_6}) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 -EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git" +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git" + EGIT_BRANCH="master" +else + SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86" +fi DESCRIPTION="A python interface wrapper for gnupg's gpg command" HOMEPAGE="https://github.com/dol-sen/pyGPG" -SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz" LICENSE="BSD" SLOT="0" IUSE="" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86" - DEPEND="" RDEPEND="${DEPEND} app-crypt/gnupg diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild b/dev-python/pyGPG/pyGPG-9999.ebuild index d1140338e37a..a5839bdc60dd 100644 --- a/dev-python/pyGPG/pyGPG-9999.ebuild +++ b/dev-python/pyGPG/pyGPG-9999.ebuild @@ -1,35 +1,33 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 -PYTHON_COMPAT=(python{2_7,3_5,3_6}) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -EGIT_BRANCH="master" +inherit distutils-r1 -inherit distutils-r1 python-r1 git-2 - -EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git" +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git" + EGIT_BRANCH="master" +else + SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +fi DESCRIPTION="A python interface wrapper for gnupg's gpg command" HOMEPAGE="https://github.com/dol-sen/pyGPG" -SRC_URI="" LICENSE="BSD" SLOT="0" IUSE="" -KEYWORDS="" - DEPEND="" RDEPEND="${DEPEND} app-crypt/gnupg " -python_install_all() { - distutils-r1_python_install_all -} - pkg_postinst() { einfo einfo "This is experimental software." |