peframe: build_style=python2-module

This commit is contained in:
Alessio Sergi 2018-06-30 18:33:16 +02:00
parent a79202b79f
commit ccccbb2ed4

View file

@ -1,14 +1,14 @@
# Template file for 'peframe'
pkgname=peframe
version=5.0.1
revision=1
revision=2
noarch=yes
_gitver=b8f46740d6870c4e3d60a1f157773af9221c2f67
wrksrc="${pkgname}-${_gitver}"
build_style=python-module
build_style=python2-module
pycompile_module="peframe"
hostmakedepends="python-setuptools"
depends="python-simplejson"
depends="python-setuptools python-simplejson"
short_desc="Perform static analysis on Portable Executables"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"