update to py3-m2r-0.2.1, from wen heping, i removed the patches (one of

which prevented build, the other two are adding test files that have since
been included upstream)
This commit is contained in:
sthen 2021-05-09 08:29:46 +00:00
parent eaec02a308
commit 00f9925f82
5 changed files with 4 additions and 37 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.8 2021/02/16 23:02:07 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2021/05/09 08:29:46 sthen Exp $
COMMENT = markdown to reStructuredText converter
MODPY_EGG_VERSION = 0.1.6
MODPY_EGG_VERSION = 0.2.1
DISTNAME = m2r-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES = devel textproc

View File

@ -1,2 +1,2 @@
SHA256 (m2r-0.1.6.tar.gz) = omvC4l4K0/hlA4Wuolz3NKxPzTDlT67JL9OWddp15Sc=
SIZE (m2r-0.1.6.tar.gz) = 13615
SHA256 (m2r-0.2.1.tar.gz) = v5C61mzaEWSxflukoDeAbSRD8qTV3cn2pVVKAyKq7Zk=
SIZE (m2r-0.2.1.tar.gz) = 16058

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-setup_py,v 1.1.1.1 2017/05/06 09:51:45 landry Exp $
--- setup.py.orig Tue Apr 18 23:10:49 2017
+++ setup.py Tue Apr 18 23:11:00 2017
@@ -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",

View File

@ -1,9 +0,0 @@
$OpenBSD: patch-tests_test_md,v 1.1.1.1 2017/05/06 09:51:45 landry Exp $
--- tests/test.md.orig Wed Apr 19 11:20:53 2017
+++ tests/test.md Wed Apr 19 11:20:26 2017
@@ -0,0 +1,5 @@
+# Title
+
+## SubTitle
+
+__content__

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-tests_test_rst,v 1.1.1.1 2017/05/06 09:51:45 landry Exp $
--- tests/test.rst.orig Wed Apr 19 11:20:09 2017
+++ tests/test.rst Wed Apr 19 11:20:05 2017
@@ -0,0 +1,8 @@
+
+Title
+=====
+
+SubTitle
+--------
+
+**content**