py-backports.tarfile: submission

This commit is contained in:
someuser12
2025-05-26 01:37:17 +02:00
committed by Renee Otten
parent 31b59a7490
commit ee28faeef2
+32
View File
@@ -0,0 +1,32 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-backports.tarfile
version 1.2.0
revision 0
categories-append devel
supported_archs noarch
platforms {darwin any}
license MIT
maintainers nomaintainer
description Backport of CPython tarfile module
long_description {*}${description}
homepage https://github.com/jaraco/backports.tarfile
distname backports_tarfile-${version}
checksums rmd160 4e6a2b4d3d08532baabb231ebe9c3fc6dac70b27 \
sha256 d75e02c268746e1b8144c278978b6e98e85de6ad16f8e4b0844a154557eca991 \
size 86406
python.versions 39 310 311 312 313
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
}