You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
909 B
Tcl
27 lines
909 B
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
|
|
|
|
name py-deviceid
|
|
python.rootname py_deviceid
|
|
version 0.1.1
|
|
categories-append devel
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers nomaintainer
|
|
|
|
description Get or create a unique device id in Python
|
|
long_description A simple library to get or create a unique device id \
|
|
for a device in Python.
|
|
|
|
homepage https://github.com/microsoft/py-deviceid
|
|
|
|
checksums rmd160 acbb59ca53ec7c16eb1f21a70e3a95b93d43d45c \
|
|
sha256 c3e7577ada23666e7f39e69370dfdaa76fe9de79c02635376d6aa0229bfa30e3 \
|
|
size 5023
|