diff --git a/dev-python/aggdraw/Manifest b/dev-python/aggdraw/Manifest new file mode 100644 index 000000000..39f9941d9 --- /dev/null +++ b/dev-python/aggdraw/Manifest @@ -0,0 +1 @@ +DIST aggdraw-1.3.11.tar.gz 255250 BLAKE2B b8212bad47112bc4eec1e16869995eadbab73c7bb9f970fe7d12df93bceacf73047564130aa7fb78bc63fd4222b077a8af43817ace9a2ba1cef42339bb3837c7 SHA512 ca1a3ed1614b1170b88f89a8c6fdc9ffeda567c9146fe0b844aca90c2ff5c98a5b86e43da5997e6370c7743a632d39c474858efb62785324088f3557d645f256 diff --git a/dev-python/aggdraw/aggdraw-1.3.11.ebuild b/dev-python/aggdraw/aggdraw-1.3.11.ebuild new file mode 100644 index 000000000..edc3aa494 --- /dev/null +++ b/dev-python/aggdraw/aggdraw-1.3.11.ebuild @@ -0,0 +1,21 @@ +# 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="High quality drawing interface for PIL" +HOMEPAGE="https://github.com/pytroll/aggdraw" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/captcha/Manifest b/dev-python/captcha/Manifest new file mode 100644 index 000000000..e31b4976e --- /dev/null +++ b/dev-python/captcha/Manifest @@ -0,0 +1 @@ +DIST captcha-0.3.tar.gz 101292 BLAKE2B 92badf530fc6db93b017c804a43e17a6a04fa0d6f29c9fed760a84752bc7b03868c097468ddad1989a2e29caa02bce45b814ce8014d0ac576807025f2ebe7d3e SHA512 40f28947fb530bc78a9b2be02e876fe92c0261368d5492812f67a351942411e8d2cc57a9a7b679345b4fef47568cfe9a874108ed8b536da79f63e1ea492d04fe diff --git a/dev-python/captcha/captcha-0.3.ebuild b/dev-python/captcha/captcha-0.3.ebuild new file mode 100644 index 000000000..286c90dd1 --- /dev/null +++ b/dev-python/captcha/captcha-0.3.ebuild @@ -0,0 +1,21 @@ +# 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="Library that generates audio and image CAPTCHAs" +HOMEPAGE="https://pypi.org/project/captcha/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/django-pylibmc/Manifest b/dev-python/django-pylibmc/Manifest new file mode 100644 index 000000000..718e18c22 --- /dev/null +++ b/dev-python/django-pylibmc/Manifest @@ -0,0 +1 @@ +DIST django-pylibmc-0.6.1.tar.gz 10240 BLAKE2B a36ab891b2469cef50097c6109a761c5d52f5723cb616905f0813ae969202f57013bf6d10a30f5bdf19a85e1ef5e9427e7f713d0064e8705160f9119c5a5f015 SHA512 936d36becbc368fdf930051a5fb8b00a538fc0eaec8e1233e179f391a86749f80a58a9ae758c0bc0ecbd1f289952efed21777b8d6dd4320dee105d9f0f1d565c diff --git a/dev-python/django-pylibmc/django-pylibmc-0.6.1.ebuild b/dev-python/django-pylibmc/django-pylibmc-0.6.1.ebuild new file mode 100644 index 000000000..c5fdbbad1 --- /dev/null +++ b/dev-python/django-pylibmc/django-pylibmc-0.6.1.ebuild @@ -0,0 +1,21 @@ +# 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="Django cache backend using pylibmc" +HOMEPAGE="https://pypi.org/project/django-pylibmc/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-python/pylibmc[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/psd-tools/Manifest b/dev-python/psd-tools/Manifest new file mode 100644 index 000000000..3282e71b9 --- /dev/null +++ b/dev-python/psd-tools/Manifest @@ -0,0 +1 @@ +DIST psd-tools-1.9.9.tar.gz 121138 BLAKE2B 5618141a1f339e7b7da2907a60f4ad1707acc102c19e2c12d183bb0578c8905307a2d2e5bb6263ea4714913c79a4180b93418c0d027c9c3d348b499239ddb98a SHA512 5266971650b94cf7007c7898bc2c2f3c12d3847bbca2cc32ebd415aeded8105a50c12fb627756b1895c4e658a91d88988e716a84178d01abc34344990f63a86b diff --git a/dev-python/psd-tools/psd-tools-1.9.9.ebuild b/dev-python/psd-tools/psd-tools-1.9.9.ebuild new file mode 100644 index 000000000..f26f457d8 --- /dev/null +++ b/dev-python/psd-tools/psd-tools-1.9.9.ebuild @@ -0,0 +1,30 @@ +# 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="package for working with Adobe Photoshop PSD files" +HOMEPAGE="https://pypi.org/project/psd-tools/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +#wip, skikit-image is not ready +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-python/docopt[${PYTHON_USEDEP}] + dev-python/attrs[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/aggdraw[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + dev-python/scikit-image[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/scikit-image/Manifest b/dev-python/scikit-image/Manifest new file mode 100644 index 000000000..619678e59 --- /dev/null +++ b/dev-python/scikit-image/Manifest @@ -0,0 +1 @@ +DIST scikit-image-0.16.2.tar.gz 28945695 BLAKE2B e092d05ce302dee1c501429f7bc8499a5bfea029637b8d90d6ade18625b43cd94d3e33a52909b1888065f6e12e51e784487b72cc0f4f5747a1ffb9034ec13116 SHA512 55393f90a00488bb177600db1a6479a297d9b73f3e9bdbaa59fdb3a3a862c50f6d35a33b4e8a1923cf3dc8bc78ab800c628824bb53fb045f4d518ad1b3a796c4 diff --git a/dev-python/scikit-image/scikit-image-0.16.2.ebuild b/dev-python/scikit-image/scikit-image-0.16.2.ebuild new file mode 100644 index 000000000..026d33552 --- /dev/null +++ b/dev-python/scikit-image/scikit-image-0.16.2.ebuild @@ -0,0 +1,34 @@ +# 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="Image processing routines for SciPy" +HOMEPAGE="https://scikit-image.org/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="" +SLOT="0" + +#KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/networkx[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] +" +#WIP: +# dev-python/imageio +# dev-python/tifffile>=2019.7.26 +# dev-python/pyWavelets[${PYTHON_USEDEP}] +# dev-python/pooch>=0.5.2 +#" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/www-apps/seafile-pro-server/seafile-pro-server-7.1.1_beta.ebuild b/www-apps/seafile-pro-server/seafile-pro-server-7.1.1_beta.ebuild new file mode 100644 index 000000000..56798c4b8 --- /dev/null +++ b/www-apps/seafile-pro-server/seafile-pro-server-7.1.1_beta.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7} ) +inherit python-single-r1 + +DESCRIPTION="Meta package for Seafile Pro Edition, file sync share solution" +HOMEPAGE="https://github.com/haiwen/seafile-server/ http://www.seafile.com/" + +LICENSE="GPL-2+-with-openssl-exception" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="fuse mysql psd" + +#https://download.seafile.com/published/seafile-manual/upgrade/upgrade_notes_for_7.1.x.md +RDEPEND="${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/pillow[${PYTHON_MULTI_USEDEP}] + dev-python/pylibmc[${PYTHON_MULTI_USEDEP}] + dev-python/django-simple-captcha[${PYTHON_MULTI_USEDEP}] + dev-python/captcha[${PYTHON_MULTI_USEDEP}] + dev-python/jinja[${PYTHON_MULTI_USEDEP}] + dev-python/sqlalchemy[${PYTHON_MULTI_USEDEP}] + psd? ( dev-python/psd-tools ) + dev-python/django-pylibmc[${PYTHON_MULTI_USEDEP}] + dev-python/ldap3[${PYTHON_MULTI_USEDEP}] + ') + + fuse? ( sys-fs/fuse:* ) + mysql? ( || ( dev-python/mysqlclient dev-python/mysql-python ) ) + sys-libs/libselinux + dev-libs/nss + virtual/jre:*" + +DEPEND="${RDEPEND}"