Index: cad/py-cadquery/Makefile =================================================================== --- cad/py-cadquery/Makefile (nonexistent) +++ cad/py-cadquery/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= cadquery +DISTVERSION= 2.0.1 +CATEGORIES= cad +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@nicandneal.net +COMMENT= Intuitive, easy-to-use Python module for building parametric 3D CAD models + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OCP.so:cad/py-ocp \ + ${PYTHON_SITELIBDIR}/pyparsing.py:devel/py-pyparsing@${PY_FLAVOR} \ + ${PYTHON_SITELIBDIR}/ezdxf/__init__.py:cad/py-ezdxf@${PY_FLAVOR} \ + ${PYTHON_SITELIBDIR}/typing_extensions.py:devel/py-typing-extensions@${PY_FLAVOR} + +USES= python:3.6+,run +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes +GH_ACCOUNT= CadQuery +GH_PROJECT= cadquery + +post-extract: + # Move into a sub-directory so that we don't pollute site-packages. + ${MV} ${WRKSRC}/tests ${WRKSRC}/cadquery/tests + +.include Property changes on: cad/py-cadquery/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: cad/py-cadquery/distinfo =================================================================== --- cad/py-cadquery/distinfo (nonexistent) +++ cad/py-cadquery/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1595406745 +SHA256 (CadQuery-cadquery-2.0.1_GH0.tar.gz) = 7e126628a3928af42f9a86f2f0efd3ea2b143f9f9c14603a26ac76c25d1596b1 +SIZE (CadQuery-cadquery-2.0.1_GH0.tar.gz) = 1835724 Property changes on: cad/py-cadquery/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: cad/py-cadquery/files/patch-setup.py =================================================================== --- cad/py-cadquery/files/patch-setup.py (nonexistent) +++ cad/py-cadquery/files/patch-setup.py (working copy) @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-06-25 14:36:51 UTC ++++ setup.py +@@ -35,7 +35,7 @@ setup( + "cadquery.contrib", + "cadquery.occ_impl", + "cadquery.plugins", +- "tests", ++ "cadquery.tests", + ], + include_package_data=True, + zip_safe=False, Property changes on: cad/py-cadquery/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: cad/py-cadquery/pkg-descr =================================================================== --- cad/py-cadquery/pkg-descr (nonexistent) +++ cad/py-cadquery/pkg-descr (working copy) @@ -0,0 +1,6 @@ +CadQuery is an intuitive, easy-to-use Python module for building parametric 3D +CAD models. Using CadQuery, you can write short, simple scripts that produce +high quality CAD models. It is easy to make many different objects using a +single script that can be customized. + +WWW: https://github.com/CadQuery/cadquery Property changes on: cad/py-cadquery/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property