Removed devel/py-spwd
This commit is contained in:
parent
1487712e3d
commit
a46643c942
6 changed files with 1 additions and 53 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2689 2018/06/14 15:16:02 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.2690 2018/06/17 19:27:53 adam Exp $
|
||||
#
|
||||
|
||||
COMMENT= Development utilities
|
||||
|
@ -2230,7 +2230,6 @@ SUBDIR+= py-simplegeneric
|
|||
SUBDIR+= py-singledispatch
|
||||
SUBDIR+= py-sortedcontainers
|
||||
SUBDIR+= py-speaklater
|
||||
SUBDIR+= py-spwd
|
||||
SUBDIR+= py-stevedore
|
||||
SUBDIR+= py-stompclient
|
||||
SUBDIR+= py-stsci.distutils
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
This module provides access to the Unix shadow password database. It is
|
||||
available on most Unix variants.
|
|
@ -1,29 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2017/09/04 18:08:21 wiz Exp $
|
||||
|
||||
PKGNAME= ${PYPKGPREFIX}-spwd-${PY_DISTVERSION}
|
||||
CATEGORIES= devel misc python
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://docs.python.org/2/library/spwd.html
|
||||
COMMENT= Python module to access the Unix shadow password database
|
||||
LICENSE= python-software-foundation
|
||||
|
||||
# Only appropriate for platforms with /etc/shadow and getsp*()
|
||||
ONLY_FOR_PLATFORM= Linux-*-* SunOS-*-*
|
||||
|
||||
EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/spwdmodule.c
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
PY_PATCHPLIST= yes
|
||||
PYSETUPINSTALLARGS+= --install-lib ${PREFIX}/${PYLIB}/lib-dynload
|
||||
|
||||
# ignore errors due to missing files (EXTRACT_ELEMENTS!)
|
||||
do-patch:
|
||||
(cd ${WRKSRC}; \
|
||||
for f in ${PATCHDIR}/patch-*;do \
|
||||
${PATCH} --batch <$$f || ${TRUE}; \
|
||||
done)
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/srcdist.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,2 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/02/13 16:10:50 jperkin Exp $
|
||||
${PYLIB}/lib-dynload/spwd.so
|
|
@ -1,5 +0,0 @@
|
|||
# $NetBSD: Setup.in,v 1.1 2014/02/13 16:10:50 jperkin Exp $
|
||||
#
|
||||
*shared*
|
||||
spwd spwdmodule.c @BUILDLINK_LDFLAGS@ -R@LOCALBASE@/lib \
|
||||
@BUILDLINK_CPPFLAGS@
|
|
@ -1,13 +0,0 @@
|
|||
# $NetBSD: setup.py,v 1.1 2014/02/13 16:10:50 jperkin Exp $
|
||||
|
||||
import distutils
|
||||
from distutils.core import setup, Extension
|
||||
|
||||
setup(
|
||||
ext_modules = [
|
||||
Extension(
|
||||
'spwd',
|
||||
['Modules/spwdmodule.c']
|
||||
)
|
||||
]
|
||||
)
|
Loading…
Reference in a new issue