Port details |
- py-check-sdist Check the contents of an sdist vs git
- 1.2.0 devel =2 0.1.3Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-06-30 07:18:21
- Last Update: 2024-10-22 21:58:19
- Commit Hash: af23c7b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/henryiii/check-sdist
- Description:
- Have you ever shipped broken sdists with missing files or possibly dirty sdists
with files that shouldn't have been there? Have you noticed that standards
compliant tools aren't making the same sdist that flit build is? Is hatchling
adding .DSStore files when you ship from your macOS? No matter what
build-backend you use, check-sdist can help!
Check-sdist builds an sdist and compares the contents with your Git repository
contents. It can even temporarily inject common junk files (like pycache files
or OS specific files) and help verify that those aren't getting bundled into
your sdist. If you are getting files you didn't expect or missing files you did
expect, consult your build backend's docs to see how to include or exclude
files.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}check-sdist>0:devel/py-check-sdist@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-check-sdist/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-check-sdist
- pkg install py311-check-sdist
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-check-sdist listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-check-sdist
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729594458
SHA256 (check_sdist-1.2.0.tar.gz) = 7b74d61590768b90f233e61b11183ca910cac27c1818e11e981b2ef13843f741
SIZE (check_sdist-1.2.0.tar.gz) = 16949
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-build>=1.2 : devel/py-build@py311
- py311-pathspec>=0 : devel/py-pathspec@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-check-sdist
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0 22 Oct 2024 21:58:19 |
Po-Chuan Hsieh (sunpoet) |
devel/py-check-sdist: Update to 1.2.0
Changes: https://github.com/henryiii/check-sdist/releases |
1.1.0 14 Oct 2024 05:25:27 |
Po-Chuan Hsieh (sunpoet) |
devel/py-check-sdist: Update to 1.1.0
Changes: https://github.com/henryiii/check-sdist/releases |
0.1.3 21 Jul 2024 16:55:40 |
Po-Chuan Hsieh (sunpoet) |
Mk/Uses/python.mk: Introduce PY_TOMLI
- Convert ports to use PY_TOMLI to simplify Makefile.
The minimal version is set to 2.0.1 because it is required by multiple ports
such as devel/py-poetry.
The upper bound of version is set to 3 because it is limited by devel/py-poetry.
With hat: python |
0.1.3 05 Oct 2023 02:00:16 |
Po-Chuan Hsieh (sunpoet) |
devel/py-check-sdist: Update to 0.1.3
Changes: https://github.com/henryiii/check-sdist/releases |
0.1.2 30 Jun 2023 06:59:35 |
Po-Chuan Hsieh (sunpoet) |
devel/py-check-sdist: Add py-check-sdist 0.1.2
Have you ever shipped broken sdists with missing files or possibly dirty sdists
with files that shouldn't have been there? Have you noticed that standards
compliant tools aren't making the same sdist that flit build is? Is hatchling
adding .DSStore files when you ship from your macOS? No matter what
build-backend you use, check-sdist can help!
Check-sdist builds an sdist and compares the contents with your Git repository
contents. It can even temporarily inject common junk files (like pycache files
or OS specific files) and help verify that those aren't getting bundled into
your sdist. If you are getting files you didn't expect or missing files you did
expect, consult your build backend's docs to see how to include or exclude
files. |