Port details |
- py-gptscript Python module for running GPTScript
- 0.9.5 devel =2 0.9.4Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2024-04-05 09:39:04
- Last Update: 2024-10-03 15:09:46
- Commit Hash: 942b162
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/gptscript-ai/py-gptscript/
- Description:
- The GPTScript Python module is a library that provides a simple interface to
create and run gptscripts within Python applications, and Jupyter notebooks. It
allows you to define tools, execute them, and process the responses.
- ¦ ¦ ¦ ¦
- 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}gptscript>0:devel/py-gptscript@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-gptscript/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-gptscript
- pkg install py311-gptscript
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-gptscript listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-gptscript
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1727967532
SHA256 (gptscript-ai-py-gptscript-v0.9.5_GH0.tar.gz) = 58656b75cac3885e56e7854f0618801262e7ca67f6b43956e0ad383534aa3940
SIZE (gptscript-ai-py-gptscript-v0.9.5_GH0.tar.gz) = 28939
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>=40.9.0 : devel/py-setuptools@py311
- py311-wheel>=0.43.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-certifi>=2024.2.2 : security/py-certifi@py311
- py311-charset-normalizer>=3.3.2 : textproc/py-charset-normalizer@py311
- py311-httpx>=0.27.0 : www/py-httpx@py311
- py311-idna>=3.6 : dns/py-idna@py311
- py311-requests>=2.31.0 : www/py-requests@py311
- py311-tqdm>=4.66.2 : misc/py-tqdm@py311
- py311-urllib3>=2.2.1 : net/py-urllib3@py311
- gptscript : lang/gptscript
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-gptscript
- 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 |
0.9.5 03 Oct 2024 15:09:46 |
Nicola Vitale (nivit) |
devel/py-gptscript: Update to 0.9.5
Release
changes: https://github.com/gptscript-ai/py-gptscript/releases/tag/v0.9.5
Reported by: "github-actions[bot]" <notifications@github.com> |
0.9.4 05 Aug 2024 20:06:24 |
Nicola Vitale (nivit) |
devel/py-gptscript: Update to 0.9.4
- Add NO_ARCH
Release
changes: https://github.com/gptscript-ai/py-gptscript/releases/tag/v0.9.4
Reported by: Donnie Adams <notifications@github.com> |
0.9.3 02 Aug 2024 16:03:34 |
Nicola Vitale (nivit) |
devel/py-gptscript: Update to 0.9.3
Release
changes: https://github.com/gptscript-ai/py-gptscript/releases/tag/v0.9.3
Reported by: portscout |
0.9.2 03 Jul 2024 16:48:36 |
Nicola Vitale (nivit) |
devel/py-gptscript: Update to 0.9.2
- Remove post-patch target: the version is now correctly set in
pyproject.toml.
Release
changes: https://github.com/gptscript-ai/py-gptscript/releases/tag/v0.9.2
Reported by: github-actions[bot] <notifications@github.com> |
0.8.5 26 Jun 2024 08:06:49 |
Nicola Vitale (nivit) |
devel/py-gptscript: Update to 0.8.5
- Update run dependencies list
Release
changes: https://github.com/gptscript-ai/py-gptscript/releases/tag/v0.8.5
Reported by: github-actions[bot] <notifications@github.com> |
0.7.1 17 Jun 2024 08:43:08 |
Nicola Vitale (nivit) |
devel/py-gptscript: Update to 0.7.1
- Add a post-patch target to fix an error when generating temporary
packing list:
===> Generating temporary packing list
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/local/lib/python3.11/site-packages/installer/__main__.py", line 98,
in <module>
_main(sys.argv[1:], "python -m installer")
File "/usr/local/lib/python3.11/site-packages/installer/__main__.py", line 86,
in _main
with WheelFile.open(args.wheel) as source:
File "/usr/local/lib/python3.11/contextlib.py", line 137, in __enter__
return next(self.gen) (Only the first 15 lines of the commit message are shown above ) |
0.5.0 29 May 2024 10:10:16 |
Nicola Vitale (nivit) |
devel/py-gptscript: Update to 0.5.0 |
0.4.2 13 Apr 2024 07:57:05 |
Nicola Vitale (nivit) |
devel/py-gptscript: Upgrade to 0.4.2
Reported by: portscout |
0.4.1 05 Apr 2024 09:34:46 |
Nicola Vitale (nivit) |
devel/py-gptscript: Add new port
The GPTScript Python module is a library that provides a simple interface to
create and run gptscripts within Python applications, and Jupyter notebooks. It
allows you to define tools, execute them, and process the responses.
https://github.com/gptscript-ai/py-gptscript |