mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
peframe: build_style=python2-module
This commit is contained in:
parent
a79202b79f
commit
ccccbb2ed4
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'peframe'
|
# Template file for 'peframe'
|
||||||
pkgname=peframe
|
pkgname=peframe
|
||||||
version=5.0.1
|
version=5.0.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
_gitver=b8f46740d6870c4e3d60a1f157773af9221c2f67
|
_gitver=b8f46740d6870c4e3d60a1f157773af9221c2f67
|
||||||
wrksrc="${pkgname}-${_gitver}"
|
wrksrc="${pkgname}-${_gitver}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
pycompile_module="peframe"
|
pycompile_module="peframe"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-simplejson"
|
depends="python-setuptools python-simplejson"
|
||||||
short_desc="Perform static analysis on Portable Executables"
|
short_desc="Perform static analysis on Portable Executables"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue