FreeBSD Bugzilla – Attachment 194862 Details for
Bug 229498
[NEW PORT] devel/py-pymaven-patch: Library for interfacing with maven
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-pymaven-patch.patch
py-pymaven-patch.patch (text/plain), 3.02 KB, created by
Kai Knoblich
on 2018-07-03 18:27:11 UTC
(
hide
)
Description:
py-pymaven-patch.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-07-03 18:27:11 UTC
Size:
3.02 KB
patch
obsolete
>Index: py-pymaven-patch/Makefile >=================================================================== >--- py-pymaven-patch/Makefile (nonexistent) >+++ py-pymaven-patch/Makefile (working copy) >@@ -0,0 +1,31 @@ >+# $FreeBSD$ >+ >+PORTNAME= pymaven-patch >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.2.5.patch >+CATEGORIES= devel python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Library for interfacing with maven >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.4.4:devel/py-lxml@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} >+ >+USES= python:2.7 >+USE_PYTHON= distutils autoplist >+USE_GITHUB= yes >+GH_ACCOUNT= nexB >+GH_PROJECT= pymaven >+ >+NO_ARCH= yes >+ >+do-test: >+ @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >+ >+.include <bsd.port.mk> > >Property changes on: py-pymaven-patch/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: py-pymaven-patch/distinfo >=================================================================== >--- py-pymaven-patch/distinfo (nonexistent) >+++ py-pymaven-patch/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1530204677 >+SHA256 (nexB-pymaven-v0.2.5.patch_GH0.tar.gz) = 07872e7adcf12112d9b3638b2b9cd1d51f5acb0279d2d97eeda411dd41c839b5 >+SIZE (nexB-pymaven-v0.2.5.patch_GH0.tar.gz) = 224358 > >Property changes on: py-pymaven-patch/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: py-pymaven-patch/pkg-descr >=================================================================== >--- py-pymaven-patch/pkg-descr (nonexistent) >+++ py-pymaven-patch/pkg-descr (working copy) >@@ -0,0 +1,9 @@ >+pymaven is a library for working with maven repositories via python. pymaven is >+not intended as a complete replacement of the maven build system, but instead as >+a way for python programs to fetch artifacts and artifact dependencies from >+maven2 repositories. >+ >+Note: This is a forked version from the 2.x branch that supports unicode and >+ uses other routines for data structures. >+ >+WWW: https://github.com/nexB/pymaven > >Property changes on: py-pymaven-patch/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229498
: 194862