gpo.zugaina.org

Search Portage & Overlays:

dev-python/pyclip

Python clipboard module

Screenshots

  • pyclip-9999
    wayland +X python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: Apache-2.0   
    Overlay: guru
  • pyclip-0.7.0-r2
    ~amd64 ~arm ~arm64 ~x86
    wayland +X python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: Apache-2.0   
    Overlay: guru
  • pyclip-0.7.0
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 test

    View      Download      Browse     License: Apache-2.0   

ChangeLog

commit bb0aae8ad3292e932111cb0c52be559a6740b4b8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500

*/*: disable py3.10

Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/

Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.

We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.

Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.

Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 28596b03859400edde57db366821e07c5c3c2798
Author: Denis Reva <denis7774@gmail.com>
Date: Sun Nov 10 20:46:37 2024 +0500

dev-python/pyclip: add python3.13 support

Signed-off-by: Denis Reva <denis7774@gmail.com>

commit 8ff56936cb29c996b041d43c0f11324cadedc604
Author: Esteve Varela Colominas <esteve.varela@gmail.com>
Date: Thu Mar 21 22:18:53 2024 +0100

dev-python/pyclip: Make DOCS an array

Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>

commit 387f0268019787ae17a476e6ef43267aab1d5e6b
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Mon Feb 19 22:57:21 2024 +0100

dev-python/pyclip: sync live ebuild

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

commit 7d5dac8d98444a0adffb848f25267f83749900fc
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Mon Feb 19 22:56:48 2024 +0100

dev-python/pyclip: drop 0.5.4, 0.6.0, 0.7.0

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

commit 36dc547f962382ded195530b6d1d45c13c0b6bac
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Mon Feb 19 22:54:04 2024 +0100

dev-python/pyclip: clipboard detection should respect USE flags

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

commit c9e22fa49de8e30034a4fd4ea653314ea4a45507
Author: Julien Roy <julien@jroy.ca>
Date: Mon Feb 19 16:26:49 2024 -0500

dev-python/pyclip: add py3.12, remove empty variable

Signed-off-by: Julien Roy <julien@jroy.ca>

commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500

*/*: drop dead py3.9 impl

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 41008d715cc7b84056a64933f14288647f14b6fa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sun Mar 12 17:53:56 2023 +0500

*/*: drop dead py3.8 impl

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500

*/*: update metadata schema uri

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 7c0e9a37c5cef38cfd6250a28d6c159302d23127
Author: Denis Reva <denis7774@gmail.com>
Date: Mon Dec 19 18:55:34 2022 +0500

dev-python/pyclip: Updated 9999 version

Signed-off-by: Denis Reva <denis7774@gmail.com>

commit 56b0807bb2b15d325c4222829922812e79fc6d25
Author: Denis Reva <denis7774@gmail.com>
Date: Mon Dec 19 18:48:05 2022 +0500

dev-python/pyclip: New version 0.7.0, added use flags for X and wayland (useful for wayland-only systems)

Signed-off-by: Denis Reva <denis7774@gmail.com>

commit 6deb9f488f576a25dd74c58ad1a75e92f7b0c52f
Author: Ryan Fox <flewkey@2a03.party>
Date: Thu May 26 14:04:46 2022 -0700

dev-python/pyclip: Disable tests

Running the tests is a bad idea because the clipboard isn't always
available when building.

Signed-off-by: Ryan Fox <flewkey@2a03.party>
Closes: https://bugs.gentoo.org/847169

commit d75e81c26b363a20199c12fc52d95f5fb21e4993
Author: Ryan Fox <flewkey@2a03.party>
Date: Thu May 26 13:38:44 2022 -0700

dev-python/pyclip: Fix docs installation

The README.md in the repo is a symlink, so einstalldocs doesn't know how
to handle it.

Signed-off-by: Ryan Fox <flewkey@2a03.party>
Closes: https://bugs.gentoo.org/847178

commit a5e3b8259c87d2176dbaf2c65a6403a3fc2beabc
Author: Ryan Fox <flewkey@2a03.party>
Date: Thu May 26 10:24:40 2022 -0700

dev-python/pyclip: Fix tests

Closes: https://bugs.gentoo.org/847169
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey@2a03.party>

commit f0c1b368bfc72cab6f453a7aecedcdd55b6bbf18
Author: Tony Olagbaiye <bqv@fron.io>
Date: Thu May 19 21:58:09 2022 +0100

dev-python/pyclip: update copyright

Signed-off-by: Tony Olagbaiye <bqv@fron.io>

commit 7b0f89b124e584e8b734fceae75d78fe505415e8
Author: Tony Olagbaiye <bqv@fron.io>
Date: Wed May 18 20:34:13 2022 +0100

dev-python/pyclip: extend PYTHON_COMPAT

Signed-off-by: Tony Olagbaiye <bqv@fron.io>

commit 79e49b458e41fe579cfb9511a456a17ec503f4b0
Author: Tony Olagbaiye <bqv@fron.io>
Date: Wed May 18 17:00:21 2022 +0100

dev-python/pyclip: new package, add 0.5.4, 0.6.0, 9999

Signed-off-by: Tony Olagbaiye <bqv@fron.io>