./x11/py-pyperclip, Python module for cross-platform clipboard functions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.9.0, Package name: py312-pyperclip-1.9.0, Maintainer: pkgsrc-users

Pyperclip is a cross-platform Python module for copy and paste clipboard
functions.


Required to run:
[devel/py-setuptools] [x11/xclip] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 20.47 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-07-29 09:24:26 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-pyperclip: update to 1.9.0.

Changes not found.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2021-02-21 13:54:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pyperclip: updated to 1.8.2

1.8.2:
Unknown changes
   2020-11-13 00:44:23 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pyperclip: updated to 1.8.1

1.8.1:
Unknown changes
   2018-02-26 12:38:00 by Leonardo Taccari | Files touched by this commit (3)
Log message:
py-pyperclip: Update x11/py-pyperclip to 1.6.0

pkgsrc changes:
 - Fetch the `.tar.gz' distfile instead of the `.zip' one

Changes:
v1.6.0,  2017/11/08
Refactor all the code in a single file.

v1.5.32, 2017/10/29
Added limited cygwin support.

v1.5.31, 2017/10/29
Fixed another mistake where 'posix' was checked for OS X instead
of 'mac' due to a mistaken merge. Added lazy loading.

v1.5.30, 2017/10/29
Fixed the encoding that was set to "uft-8".

v1.5.29, 2017/10/29
Pyperclip works with qtpy module, osx can use objc now, set pyqt
as lower priority than xsel/xclip/klipper, add support for PyQt5.

v1.5.28, 2017/10/28
Capture stderr of xclip subprocess, fixed issue #88 where emojii
cut off the last character, allowed selection between PRIMARY and
CLIPBOARD for xsel and xclip.

v1.5.27, 2016/03/14
Disable broken cygwin implementation until issue 55 can be fixed.

v1.5.26, 2016/01/20
Fix #51, Replace wcscpy_s with memmove for Windows XP.