pyxdg: remove long_desc.
This commit is contained in:
parent
935c73df60
commit
11a139d541
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'pyxdg'
|
||||
pkgname=pyxdg
|
||||
version=0.23
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python-module
|
||||
hostmakedepends="python"
|
||||
makedepends="python-devel"
|
||||
noarch="yes"
|
||||
pycompile_module="xdg"
|
||||
|
@ -13,14 +14,3 @@ 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
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue