mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: pyxdg-0.23.
This commit is contained in:
parent
9efbbbd56c
commit
ea03861349
1 changed files with 27 additions and 0 deletions
27
srcpkgs/pyxdg/template
Normal file
27
srcpkgs/pyxdg/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'pyxdg'
|
||||||
|
pkgname=pyxdg
|
||||||
|
version=0.23
|
||||||
|
revision=1
|
||||||
|
build_style=python-module
|
||||||
|
depends="python>=2.7<3.0"
|
||||||
|
makedepends="python-devel"
|
||||||
|
short_desc="Python library to access freedesktop.org standards"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="http://freedesktop.org/Software/pyxdg"
|
||||||
|
distfiles="http://www.freedesktop.org/~takluyver/pyxdg-${version}.tar.gz"
|
||||||
|
checksum=5cc0573dd0b8096404796ae2655e7631d2905a033f959a1072929dc1a10a678a
|
||||||
|
long_desc="
|
||||||
|
PyXDG is a python library to access freedesktop.org standards. Currently
|
||||||
|
supported are:
|
||||||
|
|
||||||
|
Base Directory Specification Version 0.6
|
||||||
|
Menu Specification Version 1.0
|
||||||
|
Desktop Entry Specification Version 1.0
|
||||||
|
Icon Theme Specification Version 0.8
|
||||||
|
Recent File Spec 0.2
|
||||||
|
Shared-MIME-Database Specification 0.13
|
||||||
|
"
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
pycompile_module="xdg"
|
Loading…
Add table
Reference in a new issue