diff --git a/dev-python/ffmpeg-python/Manifest b/dev-python/ffmpeg-python/Manifest new file mode 100644 index 0000000..c1f30ed --- /dev/null +++ b/dev-python/ffmpeg-python/Manifest @@ -0,0 +1 @@ +DIST ffmpeg-python-0.2.0.tar.gz 3267771 BLAKE2B 8bca4a24434b6c7a542e3c178cb7bf1e5650f9763636d5378f9652cdd07ef19b0e96007d6bb71fdf1664efb6e33d597844c7d6a44dc8dcb1c083e21f53649469 SHA512 933ed958d61536bbbc0e0b08e19521c4b1f7df1cfe97de0b3d149a2748c5bd74915a3134861e8ecb1f92d5860315228b76aefcd087fcf07e188a56c651f5e301 diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild new file mode 100644 index 0000000..3eefd5c --- /dev/null +++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for FFmpeg - with complex filtering support " +HOMEPAGE="https://github.com/kkroening/ffmpeg-python" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/kkroening/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/kkroening/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT=" + mirror + !test? ( test ) +" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="doc test" + +COMMON_DEPEND=" + dev-python/pytest-runner[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] +" +DEPEND=" + ${COMMON_DEPEND} + doc? ( + >=dev-python/sphinx-2.4.4[${PYTHON_USEDEP}] + ) + test? ( + >=dev-python/pytest-4.6.9[${PYTHON_USEDEP}] + >=dev-python/pytest-mock-1.11.2[${PYTHON_USEDEP}] + >=dev-python/tox-3.12.1[${PYTHON_USEDEP}] + ) +" +RDEPEND=" + ${COMMON_DEPEND} + >=dev-python/future-0.18.2[${PYTHON_USEDEP}] + >=dev-python/numpy-1.16.5[${PYTHON_USEDEP}] +" diff --git a/dev-python/ffmpeg-python/ffmpeg-python-9999.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-9999.ebuild new file mode 100644 index 0000000..3eefd5c --- /dev/null +++ b/dev-python/ffmpeg-python/ffmpeg-python-9999.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for FFmpeg - with complex filtering support " +HOMEPAGE="https://github.com/kkroening/ffmpeg-python" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/kkroening/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/kkroening/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT=" + mirror + !test? ( test ) +" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="doc test" + +COMMON_DEPEND=" + dev-python/pytest-runner[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] +" +DEPEND=" + ${COMMON_DEPEND} + doc? ( + >=dev-python/sphinx-2.4.4[${PYTHON_USEDEP}] + ) + test? ( + >=dev-python/pytest-4.6.9[${PYTHON_USEDEP}] + >=dev-python/pytest-mock-1.11.2[${PYTHON_USEDEP}] + >=dev-python/tox-3.12.1[${PYTHON_USEDEP}] + ) +" +RDEPEND=" + ${COMMON_DEPEND} + >=dev-python/future-0.18.2[${PYTHON_USEDEP}] + >=dev-python/numpy-1.16.5[${PYTHON_USEDEP}] +" diff --git a/dev-python/ffmpeg-python/metadata.xml b/dev-python/ffmpeg-python/metadata.xml new file mode 100644 index 0000000..fe3eec5 --- /dev/null +++ b/dev-python/ffmpeg-python/metadata.xml @@ -0,0 +1,7 @@ + + + + + kkroening/ffmpeg-python + + diff --git a/dev-python/itunespy/Manifest b/dev-python/itunespy/Manifest new file mode 100644 index 0000000..2305771 --- /dev/null +++ b/dev-python/itunespy/Manifest @@ -0,0 +1 @@ +DIST itunespy-1.5.3.tar.gz 19521 BLAKE2B e7eb1761013fb8265a1792e2400cf16d69fcba5a0251e5a100f4080911e3e78bc7df8f2088f078a6cff7608566abd70edababd03cd5acfbe1c7725fb205e5797 SHA512 d7942d25ca97543328de0ffadd3a4c3a9f4ed4f194899396d23db18d561bd7e2aeb978d87ddd79b5998b9e9a828564110de0c761d9e1b19fdf34d868ac1168d1 diff --git a/dev-python/itunespy/itunespy-1.5.3.ebuild b/dev-python/itunespy/itunespy-1.5.3.ebuild new file mode 100644 index 0000000..5c92870 --- /dev/null +++ b/dev-python/itunespy/itunespy-1.5.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="A simple library to fetch data from the iTunes Store API" +HOMEPAGE="https://github.com/sleepyfran/itunespy" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/sleepyfran/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/sleepyfran/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT="mirror" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] +" diff --git a/dev-python/itunespy/itunespy-9999.ebuild b/dev-python/itunespy/itunespy-9999.ebuild new file mode 100644 index 0000000..5c92870 --- /dev/null +++ b/dev-python/itunespy/itunespy-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="A simple library to fetch data from the iTunes Store API" +HOMEPAGE="https://github.com/sleepyfran/itunespy" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/sleepyfran/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/sleepyfran/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT="mirror" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] +" diff --git a/dev-python/itunespy/metadata.xml b/dev-python/itunespy/metadata.xml new file mode 100644 index 0000000..7e7f014 --- /dev/null +++ b/dev-python/itunespy/metadata.xml @@ -0,0 +1,7 @@ + + + + + sleepyfran/itunespy + + diff --git a/net-misc/downloader-cli/Manifest b/net-misc/downloader-cli/Manifest new file mode 100644 index 0000000..f4479b0 --- /dev/null +++ b/net-misc/downloader-cli/Manifest @@ -0,0 +1,2 @@ +DIST downloader-cli-0.1.0.tar.gz 142194 BLAKE2B 5965b3e14e1dfcc324860d823539362ee4bf2cb752c0823c8b9b412dc99a834fe836e6edd2174fdd6bcea1606f214fa1037f683871827e128086d1b17efb1688 SHA512 5c13eb63a3fb4f3f90dae1307277387ef7675b363f5c0bc3aa36b941292b1e049b525f37a1e42d36f888476a3b09a08162654bf78768d29f8aed912a759f37dd +DIST downloader-cli-2019.11.15.tar.gz 142213 BLAKE2B e76a7e67a6cc698fb0520ffaec7fbdd3088d93e6343439de4151daf09e290f2135f5d4997b29dc2eaf782a8f718320e835f62a1a70ab910ee884d0850b3dcde3 SHA512 0718492d4136f34720443ebb98405711079d36e83d187911e84e9922b335c93dd648c102e43bafaf2efc8df2f004b429876c925e2a49a52f720314c7e30fe131 diff --git a/net-misc/downloader-cli/downloader-cli-0.1.0.ebuild b/net-misc/downloader-cli/downloader-cli-0.1.0.ebuild new file mode 100644 index 0000000..a65aa8f --- /dev/null +++ b/net-misc/downloader-cli/downloader-cli-0.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A simple downloader written in Python with an awesome progressbar" +HOMEPAGE="https://github.com/deepjyoti30/downloader-cli" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/deepjyoti30/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT="mirror" +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-python/urllib3-1.25.7[${PYTHON_USEDEP}] +" diff --git a/net-misc/downloader-cli/downloader-cli-2019.11.15.ebuild b/net-misc/downloader-cli/downloader-cli-2019.11.15.ebuild new file mode 100644 index 0000000..a65aa8f --- /dev/null +++ b/net-misc/downloader-cli/downloader-cli-2019.11.15.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A simple downloader written in Python with an awesome progressbar" +HOMEPAGE="https://github.com/deepjyoti30/downloader-cli" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/deepjyoti30/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT="mirror" +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-python/urllib3-1.25.7[${PYTHON_USEDEP}] +" diff --git a/net-misc/downloader-cli/downloader-cli-9999.ebuild b/net-misc/downloader-cli/downloader-cli-9999.ebuild new file mode 100644 index 0000000..a65aa8f --- /dev/null +++ b/net-misc/downloader-cli/downloader-cli-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A simple downloader written in Python with an awesome progressbar" +HOMEPAGE="https://github.com/deepjyoti30/downloader-cli" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/deepjyoti30/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT="mirror" +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-python/urllib3-1.25.7[${PYTHON_USEDEP}] +" diff --git a/net-misc/downloader-cli/metadata.xml b/net-misc/downloader-cli/metadata.xml new file mode 100644 index 0000000..cf59f52 --- /dev/null +++ b/net-misc/downloader-cli/metadata.xml @@ -0,0 +1,7 @@ + + + + + deepjyoti30/downloader-cli + +