- Unbreak port: project has moved to GitHub.
- Recreate empty directory that is missing in the new tarball. PR: 218498 Submitted by: Marcin Cieślak <saper@saper.info> (maintainer)
This commit is contained in:
parent
652f5f66bd
commit
2111d75cdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438121
2 changed files with 8 additions and 6 deletions
|
@ -5,7 +5,6 @@ PORTNAME= tinypy
|
|||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang python
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= saper@saper.info
|
||||
COMMENT= Minimalist implementation of python in 64k of code
|
||||
|
@ -14,12 +13,11 @@ LICENSE= MIT PSFL
|
|||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= LICENSE.txt
|
||||
|
||||
BROKEN= Unfetchable (google code has gone away)
|
||||
DEPRECATED= Unfetchable for more than six months (google code has gone away)
|
||||
EXPIRATION_DATE= 2017-04-30
|
||||
GH_ACCOUNT= philhassey
|
||||
|
||||
USES= python:build
|
||||
USE_PYTHON= distutils noegginfo
|
||||
USE_GITHUB= yes
|
||||
|
||||
PYDISTUTILS_BUILD_TARGET= linux
|
||||
|
||||
|
@ -46,6 +44,9 @@ post-patch:
|
|||
do-configure:
|
||||
@${DO_NADA}
|
||||
|
||||
pre-build:
|
||||
@${MKDIR} ${WRKSRC}/build
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/build/tinypy ${STAGEDIR}${PREFIX}/bin
|
||||
.if ${PORT_OPTIONS:MEXAMPLES} && ${PORT_OPTIONS:MPYGAME}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (tinypy-1.1.tar.gz) = 858d68d3643614e3646776ad99d5e4ad7cbd6428f44c3acd4cf7b11db1c55b39
|
||||
SIZE (tinypy-1.1.tar.gz) = 40632
|
||||
TIMESTAMP = 1491665253
|
||||
SHA256 (philhassey-tinypy-1.1_GH0.tar.gz) = acfd3042ae5b72ae0ae153e109bbf268a7ecf24ec069c9746fa7137f0927ddfb
|
||||
SIZE (philhassey-tinypy-1.1_GH0.tar.gz) = 40138
|
||||
|
|
Loading…
Reference in a new issue