Skip to content

Commit

Permalink
add uscisstatus-0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelbeh committed Nov 24, 2019
1 parent 85ca36a commit d229203
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2019-11 23 (reverse added today)
* add my own release of uscisstatus-0.1.1
* add upcloud-api-0.4.3
* bump tuyaha-0.0.4
* add PyTransportNSW-0.1.1, TravisPy-0.3.5
Expand Down
3 changes: 3 additions & 0 deletions dev-python/uscisstatus/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DIST uscisstatus-0.1.1.tar.gz 2667 BLAKE2B 0a9deb2e36dbd4d7ebdbde80e73115036544782964784d72a378ac591ad7e3a76da8785745f81fc609cab6fc33448e201fcdbb83a5b7bc2a0a3cfe823614d913 SHA512 94beb38a807520a8aba86d6dfeb51bd068cce01f1621c8801e4ecabaf25f65859b3725881fea7be66d3a1890185426791b8951c87f4973325e1e95c4c4e838fc
EBUILD uscisstatus-0.1.1.ebuild 734 BLAKE2B b73cc90279097a9ccf77600bd9a8f0feabc3f4561342b3636bb40ffa7f824347e1805c792428a684a641d6ebc71f262fd7c7ce01cea2440ba595582ab26ce9cf SHA512 46c84ed42b7382104c9bd002e921364f74608fe34fe5e56950b37546d59230c6893ad7aa6e91e0407c9d89e09a6ff170ffbebaa04091dd39895e4cec5a95dfb0
MISC metadata.xml 463 BLAKE2B 49944278812e9123eee0a10a1d8e73d981153adc4a81510537eeb48c1540a97ecec523d0d682510a037d7bb69e77a6e6a932380edbd88f336c2d6ce7fec9d044 SHA512 9f814ea08fb2bc309ccbfc72d9c64178cdb7c0bc21dd9a994d2e4a79faa9dac01a339b4e1d668154f1724ad361de8c5675a62b00ba25d356b2f95e78072fd10a
16 changes: 16 additions & 0 deletions dev-python/uscisstatus/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http:https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>[email protected]</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">uscisstatus</remote-id>
<maintainer status="unknown">
<email>[email protected]</email>
<name>Mohamad Tarbin</name>
</maintainer>
</upstream>
</pkgmetadata>
31 changes: 31 additions & 0 deletions dev-python/uscisstatus/uscisstatus-0.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

PYTHON_COMPAT=( python3_{6,7} )

inherit distutils-r1

DESCRIPTION="USCIS Status Checker"
HOMEPAGE="http:https://github.com/meauxt/uscisstatus https://pypi.org/project/uscisstatus/"
SRC_URI="mirror:https://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/onkelbeh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"

RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"

python_test() {
nosetests --verbose || die
py.test -v -v || die
}

0 comments on commit d229203

Please sign in to comment.