~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH v2] community/python3-tkinter: bump pkgver and add python3 dependency

Details
Message ID
<20220201153702.6745-1-pranjal.kole7@gmail.com>
DKIM signature
missing
Download raw message
Patch: +5 -5
python3-idle depends on python3
---
 community/python3-tkinter/APKBUILD | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/community/python3-tkinter/APKBUILD b/community/python3-tkinter/APKBUILD
index 0b601a12..4c17d914 100644
--- a/community/python3-tkinter/APKBUILD
+++ b/community/python3-tkinter/APKBUILD
@@ -2,14 +2,14 @@
# Contributor: Sheila Aman <sheila@vulpine.house>

pkgname=python3-tkinter
pkgver=3.10.1
pkgver=3.10.2
_basever="${pkgver%.*}"
pkgrel=0
pkgdesc="A graphical user interface for the Python"
pkgdesc="A graphical user interface for the Python programming language"
url="https://wiki.python.org/moin/TkInter"
arch="all"
license="PSF-2.0"
replaces=python3
replaces="python3"
subpackages="$pkgname-tests::noarch python3-idle:_idle:noarch"
makedepends="expat-dev openssl1.1-compat-dev zlib-dev ncurses-dev bzip2-dev xz-dev
	sqlite-dev libffi-dev tcl-dev linux-headers gdbm-dev readline-dev
@@ -106,8 +106,8 @@ tests() {

_idle() {
	pkgdesc="IDE for Python3 using Tkinter"
	depends="$pkgname=$pkgver-r$pkgrel"
	replaces=python3
	depends="$pkgname=$pkgver-r$pkgrel python3"
	replaces="python3"
	cd "$pkgdir"
	_mv_files usr/bin
	_mv_files usr/lib/python*/idlelib
-- 
2.35.1
Details
Message ID
<164505703872.985.8466162718584947105.gitlab.30321.1a55ec8353e2c5185989af017a0280840307e1c0@listserv.local>
In-Reply-To
<20220201153702.6745-1-pranjal.kole7@gmail.com> (view parent)
DKIM signature
missing
Download raw message
you forgot to run abuild checksum as well

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/30321#note_216122
Reply to thread Export thread (mbox)