mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
security/py-xmlsec: Unbreak and resurrect
- Update version 0.3.0=>1.3.6 from fork
This commit is contained in:
parent
45d8c56f90
commit
26abb98c43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498629
1
MOVED
1
MOVED
@ -9522,7 +9522,6 @@ databases/elixir-ecto_migrate||2017-11-11|Has expired: Broken for more than 6 mo
|
||||
audio/gspeakers||2017-11-11|Has expired: Broken for more than 6 months
|
||||
net/p5-Filesys-SmbClient||2017-11-11|Has expired: Broken for more than 6 months
|
||||
audio/tclmidi||2017-11-11|Has expired: Broken for more than 6 months
|
||||
security/py-xmlsec||2017-11-11|Has expired: Broken for more than 6 months
|
||||
security/samba-virusfilter||2017-11-11|Has expired: Broken for more than 6 months
|
||||
textproc/ocaml-pxp||2017-11-11|Has expired: Broken for more than 6 months
|
||||
audio/sooperlooper||2017-11-11|Has expired: Broken for more than 6 months
|
||||
|
@ -1055,6 +1055,7 @@ PORTREVISION= 1
|
||||
SUBDIR += py-virustotal-api
|
||||
SUBDIR += py-volatility
|
||||
SUBDIR += py-vulndb
|
||||
SUBDIR += py-xmlsec
|
||||
SUBDIR += py-yara
|
||||
SUBDIR += py-yubikey-manager
|
||||
SUBDIR += py-zope.app.authentication
|
||||
|
33
security/py-xmlsec/Makefile
Normal file
33
security/py-xmlsec/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xmlsec
|
||||
PORTVERSION= 1.3.6
|
||||
CATEGORIES= security python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Python bindings for XML Security Library
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.8.0:devel/py-lxml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libltdl.so:devel/libltdl \
|
||||
libxmlsec1-nss.so:security/xmlsec1
|
||||
|
||||
USES= gnome pkgconfig python
|
||||
USE_GITHUB= yes
|
||||
USE_GNOME= libxml2 libxslt
|
||||
USE_PYTHON= autoplist distutils flavors
|
||||
|
||||
GH_ACCOUNT= mehcode
|
||||
GH_PROJECT= python-xmlsec
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/xmlsec.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/py-xmlsec/distinfo
Normal file
3
security/py-xmlsec/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1554943903
|
||||
SHA256 (mehcode-python-xmlsec-1.3.6_GH0.tar.gz) = 8b9aec1836f6dfedca79d63108ac82fe8849d473a2c61f5093fbf36af5b10545
|
||||
SIZE (mehcode-python-xmlsec-1.3.6_GH0.tar.gz) = 51174
|
3
security/py-xmlsec/pkg-descr
Normal file
3
security/py-xmlsec/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
PyXMLSec is a set of Python bindings for the XML Security library (XMLSec).
|
||||
|
||||
WWW: https://github.com/mehcode/python-xmlsec/
|
Loading…
Reference in New Issue
Block a user