Port details |
- py-PyGithub Python library implementing the full GitHub API v3
- 2.2.0 devel =2 2.1.1_2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2024-01-06 09:45:39
- Last Update: 2024-09-08 17:29:08
- Commit Hash: 0c7ecf1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python www
- License: LGPL3
- WWW:
- https://github.com/jacquev6/PyGithub
- Description:
- This is a Python library to access the Github API v3.
With it, you can manage your Github resources (repositories, user profiles,
organizations, etc.) from Python scripts.
It covers the full API, and all methods are tested against the real Github site.
- ¦ ¦ ¦ ¦
- 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}PyGithub>0:devel/py-PyGithub@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-PyGithub/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-PyGithub
- pkg install py311-PyGithub
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-PyGithub listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-PyGithub
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1725809310
SHA256 (PyGithub-2.2.0.tar.gz) = e39be7c4dc39418bdd6e3ecab5931c636170b8b21b4d26f9ecf7e6102a3b51c3
SIZE (PyGithub-2.2.0.tar.gz) = 3439222
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-setuptools>0 : devel/py-setuptools@py311
- py311-setuptools-scm>0 : devel/py-setuptools-scm@py311
- py311-wheel>0 : devel/py-wheel@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-python-dateutil>0 : devel/py-python-dateutil@py311
- py311-deprecated>0 : devel/py-deprecated@py311
- py311-requests>=2.14.0 : www/py-requests@py311
- py311-pyjwt>=2.4.0 : www/py-pyjwt@py311
- py311-pynacl>=1.4.0 : security/py-pynacl@py311
- py311-typing-extensions>=4.0.0 : devel/py-typing-extensions@py311
- py311-urllib3>-1.26.0 : net/py-urllib3@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/spyder
- sysutils/py-azure-cli
- sysutils/py-keep
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-PyGithub
- 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 |
2.2.0 08 Sep 2024 17:29:08 |
Muhammad Moinur Rahman (bofh) |
devel/py-PyGithub: Update version 2.1.1=>2.2.0
Changelog: https://github.com/PyGithub/PyGithub/releases/tag/v2.2.0 |
2.1.1_2 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
2.1.1_1 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
2.1.1 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
2.1.1 06 Jan 2024 09:44:45 |
Muhammad Moinur Rahman (bofh) |
devel/py-pygithub: Rename port to match upstream
- Update version 1.57=>2.1.1
Changelog: https://github.com/PyGithub/PyGithub/releases/tag/v2.1.1
PR: 276122 |