Port details |
- py-python-gist Command line interface for working with github gists
- 0.10.6 devel
=2 0.10.6Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2016-07-14 18:25:28
- Last Update: 2023-12-14 07:15:05
- Commit Hash: 4006e70
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.org/project/python-gist/
- Description:
- gist is a command line interface for working with GitHub gists. It provides
several methods for inspecting a users gists, and the ability to easily
create them.
See also: https://github.com/jdowner/gist
¦ ¦ ¦ ¦ 
- 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}python-gist>0:devel/py-python-gist@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- gist
- p5-App-gist
- py*-python-gist
- yorick
- To install the port:
- cd /usr/ports/devel/py-python-gist/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-python-gist
- pkg install py39-python-gist
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 py39-python-gist listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-python-gist
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1624209179
SHA256 (python-gist-0.10.6.tar.gz) = e9ba0ce44591564d114252a8cc073a61e6dc7304b667997af783ec581c05e19e
SIZE (python-gist-0.10.6.tar.gz) = 18894
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-mock>0 : devel/py-mock@py39
- py39-responses>0 : devel/py-responses@py39
- py39-pycodestyle>0 : devel/py-pycodestyle@py39
- py39-wheel>0 : devel/py-wheel@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-python-gnupg>=0.4.7 : security/py-python-gnupg@py39
- py39-requests>=2.25.1,<3.0.0 : www/py-requests@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-python-gist
- 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.10.6 14 Dec 2023 07:15:05
    |
Yuri Victorovich (yuri)  |
devel/py-python-gist: Fix build by relaxing dependency version limitation
Reported by: fallout |
0.10.6 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.10.6 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.10.6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.10.6 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.10.6 20 Jun 2021 17:47:19
    |
Yuri Victorovich (yuri)  |
devel/py-python-gist: Update 0.10.5 -> 0.10.6
Reported by: portscout |
0.10.5 18 Jun 2021 17:16:59
    |
Yuri Victorovich (yuri)  |
devel/py-python-gist: Update 0.10.4 -> 0.10.5
Reported by: portscout |
0.10.4 25 May 2021 07:07:07
    |
Yuri Victorovich (yuri)  |
devel/py-python-gist: Update 0.10.3 -> 0.10.4
PR: 255606 |
0.10.3 13 Apr 2021 00:30:48
    |
Yuri Victorovich (yuri)  |
devel/py-python-gist: Update 0.10.1 -> 0.10.3
Reported by: portscout |
0.10.1 10 Apr 2021 00:36:29
    |
Yuri Victorovich (yuri)  |
devel/py-python-gist: Add comment that tests are broken |
0.10.1 09 Apr 2021 20:59:47
    |
Yuri Victorovich (yuri)  |
devel/py-python-gist: Update 0.9.2 -> 0.10.1 |
0.9.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.2 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.9.2 11 Nov 2020 06:07:23
  |
yuri  |
devel/py-python-gist: Update 0.9.0 -> 0.9.2 |
0.9.0 07 Dec 2019 23:41:14
  |
yuri  |
devel/py-python-gist: Update 0.7.0 -> 0.9.0
Reported by: portscout |
0.7.0 04 May 2019 08:45:48
  |
yuri  |
devel/py-python-gist: Update 0.6.2 -> 0.7.0
Reported by: portscout |
0.6.2 02 Apr 2019 05:56:15
  |
yuri  |
devel/py-python-gist: Update 0.6.1 -> 0.6.2
Reported by: portscout |
0.6.1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.6.1 15 May 2018 07:17:24
  |
yuri  |
devel/py-python-gist: Update 0.6.0 -> 0.6.1
Reported by: portscout |
0.6.0 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.6.0 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.6.0 14 Nov 2017 18:09:35
  |
yuri  |
devel/py-python-gist: Update to 0.6.0
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13082 |
0.5.3 04 Nov 2017 20:32:22
  |
yuri  |
devel/py-python-gist: Update to 0.5.3
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12942 |
0.5.1 26 Oct 2017 16:49:15
  |
tcberner  |
Update devel/py-python-gist to 0.5.1
PR: 223253
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
0.4.7 05 Feb 2017 17:36:08
  |
rm  |
devel/py-python-gist: update to 0.4.7
PR: 216712
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
0.4.5 26 Dec 2016 17:54:30
  |
jhale  |
Update to 0.4.5
PR: 215388
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
0.4.3 09 Dec 2016 16:26:38
  |
robak  |
devel/py-python-gist: update 0.4.1 -> 0.4.3
PR: 215020
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
0.4.1 02 Dec 2016 09:21:59
  |
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
0.4.1 23 Aug 2016 10:58:19
  |
amdmi3  |
- Update to 0.4.1
PR: 212047
Submitted by: yuri@rawbw.com (maintainer) |
0.4.0 15 Aug 2016 19:38:52
  |
pawel  |
Update to version 0.4.0
PR: 211784
Submitted by: maintainer |
0.3.3 18 Jul 2016 16:15:15
  |
jbeich  |
Drop default target dependencies for do-test
Approved by: portmgr-blanket |
0.3.3 14 Jul 2016 18:25:21
  |
pawel  |
gist is a command line interface for working with GitHub gists. It provides
several methods for inspecting a users gists, and the ability to easily
create them.
WWW: http://github.com/jdowner/gist
WWW: https://pypi.python.org/pypi/python-gist
PR: 210600
Submitted by: Yuri Victorovich <yuri@rawbw.com> |