Files
Joshua Root f31289caff python/py-[r-z]*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-27 04:26:35 +11:00

30 lines
1.2 KiB
Tcl

# -*- 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
PortGroup github 1.0
github.setup corecode rcsparse 206bca0b90
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name py-rcsparse
# the sources claim version 0.1, but there are no actual releases,
# so we are using the date as an 'artificial subversion'
version 0.1_20151027
categories-append devel textproc
license AGPL-3+
maintainers {vt.edu:jpo @jpouellet} openmaintainer
description A fast RCS file parsing library
long_description {*}${description}
# homepage http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse
# Dead, and no new home announced. That's why we're getting it from github.
# Still keeping it here though in case it comes back. I emailed the author
# and the email bounced. I pinged him on IRC and didn't hear back.
checksums rmd160 98783f8004d19a9cd7a4e9f1ba6c45b90d2a7d05 \
sha256 d0f7f05ec0e0c15e2ae60ba15489f9aa030edba7a9703939269bf8a0ef88481b
python.versions 27