Skip to content
Snippets Groups Projects
Verified Commit b968f2c8 authored by sunpoet's avatar sunpoet
Browse files

devel/py-etils: Update to 0.9.0

parent 3e5c439b
No related branches found
No related tags found
No related merge requests found
PORTNAME= etils
PORTVERSION= 0.8.0
PORTVERSION= 0.9.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......
TIMESTAMP = 1663672818
SHA256 (etils-0.8.0.tar.gz) = d1d5af7bd9c784a273c4e1eccfaa8feaca5e0481a08717b5313fa231da22a903
SIZE (etils-0.8.0.tar.gz) = 74582
TIMESTAMP = 1669057723
SHA256 (etils-0.9.0.tar.gz) = 489103e9e499a566765c60458ee15d185cf0065f2060a4d16a68f8f46962ed0d
SIZE (etils-0.9.0.tar.gz) = 81826
......@@ -6,19 +6,23 @@ from distutils.core import setup
packages = \
['etils',
'etils.array_types',
'etils.eapp',
'etils.ecolab',
'etils.edc',
'etils.enp',
'etils.enp.array_types',
'etils.epath',
'etils.epy',
'etils.etqdm',
'etils.etree']
'etils.etree',
'etils.lazy_imports']
package_data = \
{'': ['*'], 'etils.epath': ['docs/*']}
extras_require = \
{'all': ['etils[array-types]',
'etils[eapp]',
'etils[ecolab]',
'etils[edc]',
'etils[enp]',
......@@ -27,7 +31,8 @@ extras_require = \
'etils[etqdm]',
'etils[etree]',
'etils[etree-dm]',
'etils[etree-jax]'],
'etils[etree-jax]',
'etils[etree-tf]'],
'array-types': ['etils[enp]'],
'dev': ['pytest',
'pytest-subtests',
......@@ -35,8 +40,9 @@ extras_require = \
'pylint>=2.6.0',
'yapf',
'chex'],
'eapp': ['absl-py', 'simple_parsing'],
'ecolab': ['jupyter', 'numpy', 'mediapy', 'etils[enp]', 'etils[epy]'],
'edc': ['etils[epy]'],
'edc': ['typing_extensions', 'etils[epy]'],
'enp': ['numpy', 'etils[epy]'],
'epath': ['importlib_resources', 'typing_extensions', 'zipp', 'etils[epy]'],
'epy': ['typing_extensions'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment