mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
19
python/py-markdown/Makefile
Normal file
19
python/py-markdown/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# Created by: Graham Todd <gtodd@bellanet.org>
|
||||
# $FreeBSD: head/textproc/py-markdown/Makefile 472884 2018-06-20 17:05:41Z mat $
|
||||
|
||||
PORTNAME= markdown
|
||||
PORTVERSION= 2.6.11
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Markdown-${PORTVERSION}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Python implementation of Markdown
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-markdown/distinfo
Normal file
3
python/py-markdown/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1523854686
|
||||
SHA256 (Markdown-2.6.11.tar.gz) = a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81
|
||||
SIZE (Markdown-2.6.11.tar.gz) = 274132
|
||||
10
python/py-markdown/files/patch-setup.py
Normal file
10
python/py-markdown/files/patch-setup.py
Normal file
@@ -0,0 +1,10 @@
|
||||
--- setup.py.orig 2017-01-04 05:33:56 UTC
|
||||
+++ setup.py
|
||||
@@ -270,5 +270,6 @@ setup(
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
'Topic :: Text Processing :: Filters',
|
||||
'Topic :: Text Processing :: Markup :: HTML'
|
||||
- ]
|
||||
+ ],
|
||||
+ test_suite='nose.collector',
|
||||
)
|
||||
13
python/py-markdown/pkg-descr
Normal file
13
python/py-markdown/pkg-descr
Normal file
@@ -0,0 +1,13 @@
|
||||
This is a Python implementation of John Gruber's Markdown. It is almost
|
||||
completely compliant with the reference implementation, though there are a
|
||||
few very minor differences.
|
||||
|
||||
Features:
|
||||
|
||||
* International Input
|
||||
* Extensions
|
||||
* Output Formats
|
||||
* "Safe Modes"
|
||||
* Command Line Interface
|
||||
|
||||
WWW: https://pythonhosted.org/Markdown/
|
||||
Reference in New Issue
Block a user