Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python bump #1903

Merged
merged 7 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions dev-python/cc2538-bsl/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Zero_Chaos</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">cc2538-bsl</remote-id>
<remote-id type="github">JelmerT/cc2538-bsl</remote-id>
</upstream>
</pkgmetadata>
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ PDEPEND="${PDEPEND}
net-misc/dhcp
net-misc/mosh
net-misc/vconfig
sys-apps/elfix
sys-apps/mlocate
sys-apps/usb_modeswitch
sys-auth/nss-mdns
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -18,7 +18,6 @@ PDEPEND="
net-dns/dnscrypt-proxy
net-misc/proxychains
net-proxy/3proxy
net-proxy/mitmproxy
net-proxy/privoxy
net-proxy/redsocks
net-proxy/tsocks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ RDEPEND="
net-wireless/md380tools
!lto? ( dev-embedded/arduino )
media-tv/v4l-utils
media-video/vidcutter
x11-misc/xdotool
)
"
Expand Down
6 changes: 6 additions & 0 deletions profiles/pentoo/base/package.keywords/python3_12
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
=app-admin/supervisor-4.2.5-r1 amd64 x86
=x11-misc/redshift-1.12-r11 amd64 x86
=dev-libs/libpwquality-1.4.5-r2 amd64 x86
=dev-libs/libnl-3.9.0 amd64 x86
=app-pda/usbmuxd-1.1.1_p20231011 amd64 x86
=app-pda/libimobiledevice-1.3.0_p20240201 amd64 x86
3 changes: 3 additions & 0 deletions profiles/pentoo/base/package.mask
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,6 @@ dev-lang/lua:0
#not sure why x86 is pulling in the old version
#forcing upgrade
<media-libs/audacity-3.3.3

#force sticky upgrade
<app-pda/libplist-2.3
1 change: 0 additions & 1 deletion profiles/pentoo/base/packages
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ virtual/os-headers
sys-devel/gnuconfig
app-arch/gzip
net-misc/iputils
sys-apps/elfix
virtual/editor
sys-apps/file
sys-apps/busybox
Expand Down
4 changes: 2 additions & 2 deletions profiles/pentoo/zero-system/make.defaults
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ACCEPT_LICENSE="${ACCEPT_LICENSE} NVIDIA-CUDA android google-chrome Google-TOS baudline Intel-SDP Nero-AAC-EULA ms-teams-pre PUEL PUEL-11"

USE="pentoo-extra zsh-completion -semantic-desktop"
#USE="${USE} -python_targets_python3_11"
USE="${USE} pentoo-extra zsh-completion -semantic-desktop"
USE="${USE} -python_targets_python3_11"

PORTAGE_GPG_DIR="/home/zero/.gnupg/"
PORTAGE_GPG_KEY="0xA5DD1427DD11F94A"
Expand Down
1 change: 1 addition & 0 deletions profiles/pentoo/zero-system/use.mask
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python_targets_python3_11