textproc/py-m2r/Makefile: Update to 0.1.12

PR:		224590
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13683
This commit is contained in:
Jochen Neumeister 2017-12-29 22:07:45 +00:00
parent d74ade51d8
commit 25e30a78ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457545
3 changed files with 4 additions and 14 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= m2r
PORTVERSION= 0.1.6
DISTVERSION= 0.1.12
CATEGORIES= textproc devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1496522976
SHA256 (m2r-0.1.6.tar.gz) = a26bc2e25e0ad3f8650385aea25cf734ac4fcd30e54faec92fd39675da75e527
SIZE (m2r-0.1.6.tar.gz) = 13615
TIMESTAMP = 1514580509
SHA256 (m2r-0.1.12.tar.gz) = adfb86ebb7ff3fcd3ebb27ce8cd6f795c409a13f0c03363e265f17419ce5b9ab
SIZE (m2r-0.1.12.tar.gz) = 15358

View File

@ -1,10 +0,0 @@
--- setup.py.orig 2017-02-17 17:38:50 UTC
+++ setup.py
@@ -27,7 +27,6 @@ setup(
author_email='miyako.dev@gmail.com',
url='https://github.com/miyakogi/m2r',
py_modules=['m2r'],
- packages=['tests'],
entry_points={'console_scripts': 'm2r = m2r:main'},
include_package_data=True,
license="MIT",