Edit

IABSD.fr/ports/textproc/py-xlrd/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2021-11-02 00:02:32
    Hash : 384d9705
    Message : bump REVISION for switch from Python 3.8 -> 3.9

  • textproc/py-xlrd/Makefile
  • # $OpenBSD: Makefile,v 1.10 2021/11/02 00:02:41 sthen Exp $
    
    COMMENT =	extract data from xls and xlsx spreadsheet files
    
    MODPY_EGG_VERSION =	1.2.0
    DISTNAME =		xlrd-${MODPY_EGG_VERSION}
    PKGNAME =		py-${DISTNAME}
    REVISION =		5
    
    CATEGORIES =	textproc devel
    
    HOMEPAGE =	http://www.python-excel.org/
    
    MAINTAINER=	Elias M. Mariani <marianielias@gmail.com>
    
    # BSD-style
    PERMIT_PACKAGE =	Yes
    
    MODULES =	lang/python
    
    MODPY_PI =		Yes
    MODPY_SETUPTOOLS = 	Yes
    MODPY_PYTEST =		Yes
    PORTHOME =		${WRKDIR}
    
    FLAVORS =	python3
    FLAVOR =	python3
    
    post-install:
    	mv ${PREFIX}/bin/runxlrd.py ${PREFIX}/bin/runxlrd${MODPY_BIN_SUFFIX}
    
    .include <bsd.port.mk>