You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup eerimoq bitstruct 6.0.0
|
|
|
|
name py-bitstruct
|
|
categories-append devel
|
|
platforms darwin
|
|
license MIT
|
|
maintainers {@ierofant gmail.com:aw.kornilov} openmaintainer
|
|
description Python bit pack/unpack package
|
|
|
|
long_description This module is intended to have a similar interface as the python struct module, \
|
|
but working on bits instead of primitive data types (char, int, ...).
|
|
|
|
python.versions 27 36 37
|
|
|
|
checksums rmd160 23c75a3f9e609fda88034adf4e6ffdde9d7120e0 \
|
|
sha256 091ae15f569a6acf5639327e17f8642404bff054d4b329743f0e76a9dd9d4836 \
|
|
size 18276
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|