Port details |
- py-pyscreenshot Python module for taking screenshots
- 0.5.1_2 x11
=0 0.5.1_2Version of this port present on the latest quarterly branch. - Maintainer: swills@FreeBSD.org
 - Port Added: 2019-05-22 01:08:54
- Last Update: 2022-03-25 13:38:26
- Commit Hash: cc55690
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- The pyscreenshot module can be used to copy the contents of the screen to a PIL
or Pillow image memory using various back-ends.
Features:
* Capturing the whole desktop
* Capturing an area
* saving to PIL or Pillow image memory
WWW: https://github.com/ponty/pyscreenshot
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyscreenshot>0:x11/py-pyscreenshot@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/x11/py-pyscreenshot/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/py-pyscreenshot
- pkg install py38-pyscreenshot
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 py38-pyscreenshot listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pyscreenshot
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1558437702
SHA256 (pyscreenshot-0.5.1.tar.gz) = 19ec6d17a61c0cd4e7fcf3ab2685598a54b53dc781755393cc5f76dcb7bf359c
SIZE (pyscreenshot-0.5.1.tar.gz) = 16695
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-easyprocess>0 : devel/py-easyprocess@py38
- py38-pillow>=7.0.0 : graphics/py-pillow@py38
- ImageMagick6>=6 : graphics/ImageMagick6
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- x11/py-pyvirtualdisplay
- Configuration Options:
- No options to configure
- Options name:
- x11_py-pyscreenshot
- USES:
- magick:6,run python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Mar 2022 13:38:26 0.5.1_2
|
Po-Chuan Hsieh (sunpoet)  |
x11/py-pyscreenshot: Fix build with setuptools 58.0.0+
With hat: python |
11 Dec 2021 13:50:53 0.5.1_2
|
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
07 Apr 2021 08:09:01 0.5.1_2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.5.1_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.5.1_2
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
24 Mar 2020 19:54:57
0.5.1_2
|
antoine  |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
24 Feb 2020 11:36:16
0.5.1_2
|
kai  |
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above ) |
22 May 2019 13:36:38
0.5.1_1
|
swills  |
x11/py-pyscreenshot: improve long description |
22 May 2019 01:08:43
0.5.1
|
swills  |
x11/py-pyscreenshot: create port
Pyscreenshot tries to allow to take screenshots without installing 3rd party
libraries.
WWW: https://github.com/ponty/pyscreenshot |
Number of commits found: 9
|