# HG changeset patch # User Franz Glasner # Date 1665082536 -7200 # Node ID aa5cc7975f914d2e7a6185e4f0cbc73e8d0d5f92 # Parent 2da75ae4c3579ca57db17bdcbab54cfeccc2f625# Parent 6c73a827df9a7ae1e3b0cd67bec8945e783f20b4 MERGE: all files from origin diff -r 2da75ae4c357 -r aa5cc7975f91 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Thu Oct 06 20:55:36 2022 +0200 @@ -0,0 +1,16 @@ +# Created by: David Naylor +# $FreeBSD: head/x11-toolkits/pypy-tkinter/Makefile 457998 2018-01-03 18:42:15Z dbn $ + +PORTNAME= tkinter +CATEGORIES= x11-toolkits python + +MAINTAINER= python@FreeBSD.org +COMMENT= PyPy bindings to the Tk widget set + +USES= tk + +CFFI_MODULE= _tkinter/tklib +CFFI_NAME= tkffi + +.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" +.include diff -r 2da75ae4c357 -r aa5cc7975f91 pkg-descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pkg-descr Thu Oct 06 20:55:36 2022 +0200 @@ -0,0 +1,1 @@ +PyPy bindings to the Tk widget set.