Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
Info2: <<
Package: setuptools-tng-py%type_pkg[python]
# 59.6.0 is last version to support py36
# >=60 will break numpy
Type: python (3.6)
# last version to support setup.py install in other pymods before pep517
Version: 59.6.0
Revision: 1
Distribution: <<
(%type_pkg[python] = 36 ) 10.9,
(%type_pkg[python] = 36 ) 10.10,
(%type_pkg[python] = 36 ) 10.11,
(%type_pkg[python] = 36 ) 10.12,
(%type_pkg[python] = 36 ) 10.13,
(%type_pkg[python] = 36 ) 10.14,
(%type_pkg[python] = 36 ) 10.14.5,
(%type_pkg[python] = 36 ) 10.15
<<
Source: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%v.tar.gz
Source-Checksum: SHA256(22c7348c6d2976a52632c67f7ab0cdf40147db7789f9aed18734643fe9cf3373)

BuildDepends: fink (>=0.32)
Depends: python%type_pkg[python]
Replaces: distribute-py%type_pkg[python] (<< 0.7.2-3), setuptools-py%type_pkg[python] (<< 0.7.2-3)

Description: EasyInstall and python eggs
Maintainer: None <[email protected]>
DocFiles: docs
CompileScript: echo Skipping compile stage
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root=%d --single-version-externally-managed
<<

LICENSE: OSI-Approved
HomePage: https://pypi.org/project/setuptools

#InfoTest: <<
#Circular dependencies if testing is enabled
# TestDepends: <<
# jaraco.envs-py%type_pkg[python],
# jaraco.functools-py%type_pkg[python],
# mock-py%type_pkg[python],
# paver-py%type_pkg[python],
# pytest-py%type_pkg[python],
# pytest-fixture-config-py%type_pkg[python],
# pytest-virtualenv-py%type_pkg[python]
# <<
# TestScript: <<
# %p/bin/python%type_raw[python] -m pytest || exit 2
# <<
#<<

DescDetail: <<
Easily download, build, install, upgrade, and uninstall Python
packages.

This package replaces the distribute and setuptools packages.

See also: pip and virtualenv
<<

DescPackaging: <<
Because of dependency deadlocks against setuptools-py when a
'real' distribute-py package is installed, we have introduced
setuputils-tng, which has no Conflicts against it.

Former maintainer: Kurt Schwehr <[email protected]>
<<

SplitOff: <<
Package: distribute-py%type_pkg[python]
Description: OBSOLETE: use setuptools-tng-py%type_pkg[python] instead
RuntimeDepends: fink-obsolete-packages, setuptools-tng-py%type_pkg[python]
Provides: setuptools-py%type_pkg[python]
DocFiles: docs
DescDetail: <<
Distribute has been merged back into setuptools 0.7. setuptools-tng
should now be used rather than distribute or the prior Fink setuptools.
(It's still called setuptools upstream.)
<<
<<

SplitOff2: <<
Package: setuptools-py%type_pkg[python]
Description: OBSOLETE: use setuptools-tng-py%type_pkg[python] instead
RuntimeDepends: fink-obsolete-packages, setuptools-tng-py%type_pkg[python]
DocFiles: docs
DescDetail: <<
Distribute has been merged back into setuptools 0.7. setuptools-tng
should now be used rather than distribute or the prior Fink setuptools.
(It's still called setuptools upstream.)
<<
<<

## Info2
<<
44 changes: 26 additions & 18 deletions 10.9-libcxx/stable/main/finkinfo/languages/setuptools-tng-py.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
Info2: <<
Package: setuptools-tng-py%type_pkg[python]
# 59.6.0 is last version to support py36
# >=60 will break numpy
Type: python (3.6 3.7 3.8 3.9 3.10)
# last version to support setup.py install in other pymods before pep517
Version: 59.6.0
# 68.0.0 is last version to support py37
Type: python (3.7 3.8 3.9 3.10)
Version: 68.0.0
Revision: 1
Distribution: <<
(%type_pkg[python] = 36 ) 10.9,
Expand All @@ -17,38 +15,48 @@ Distribution: <<
(%type_pkg[python] = 36 ) 10.15
<<
Source: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%v.tar.gz
Source-Checksum: SHA256(22c7348c6d2976a52632c67f7ab0cdf40147db7789f9aed18734643fe9cf3373)
Source-Checksum: SHA256(baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235)

BuildDepends: fink (>=0.32)
BuildDepends: <<
fink (>=0.32),
bootstrap-modules-py%type_pkg[python]
<<
Depends: python%type_pkg[python]
Replaces: distribute-py%type_pkg[python] (<< 0.7.2-3), setuptools-py%type_pkg[python] (<< 0.7.2-3)

Description: EasyInstall and python eggs
License: OSI-Approved
Maintainer: None <[email protected]>
DocFiles: docs
CompileScript: echo Skipping compile stage
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root=%d --single-version-externally-managed
CompileScript: <<
PYTHONPATH=%p/share/bootstrap-modules-python%type_pkg[python] %p/bin/python%type_raw[python] -m build --wheel --no-isolation --skip-dependency-check
<<

LICENSE: OSI-Approved
HomePage: https://pypi.org/project/setuptools

#InfoTest: <<
#Circular dependencies if testing is enabled
# TestDepends: <<
# ini2toml-py%type_pkg[python],
# jaraco.envs-py%type_pkg[python],
# jaraco.functools-py%type_pkg[python],
# mock-py%type_pkg[python],
# paver-py%type_pkg[python],
# pytest-py%type_pkg[python],
# jaraco.path-py%type_pkg[python] (>= 3.2.0),
# path-py%type_pkg[python],
# pytest-py%type_pkg[python] (>= 6),
# pytest-checkdocs-py%type_pkg[python] (>= 2.4),
# pytest-cov-py%type_pkg[python],
# pytest-fixture-config-py%type_pkg[python],
# pytest-virtualenv-py%type_pkg[python]
# pytest-virtualenv-py%type_pkg[python],
# tomli-w-py%type_pkg[python]
# <<
# TestScript: <<
# %p/bin/python%type_raw[python] -m pytest || exit 2
# %p/bin/python%type_raw[python] -m pytest -p no:relaxed -vv || exit 2
# <<
#<<
InstallScript: <<
PYTHONPATH=%p/share/bootstrap-modules-python%type_pkg[python] %p/bin/python%type_raw[python] -m installer --destdir %d dist/*.whl
<<

DocFiles: docs License README.rst
HomePage: https://pypi.org/project/setuptools

DescDetail: <<
Easily download, build, install, upgrade, and uninstall Python
Expand Down