You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by spmallette <gi...@git.apache.org> on 2017/04/06 11:45:22 UTC

[GitHub] tinkerpop pull request #594: TINKERPOP-1577 Building gremlin-python with pyt...

GitHub user spmallette opened a pull request:

    https://github.com/apache/tinkerpop/pull/594

    TINKERPOP-1577 Building gremlin-python with python 2/3

    https://issues.apache.org/jira/browse/TINKERPOP-1577
    
    I'd forgotten that I'd long ago made this change to the python build. It basically sets up two separate python environments with virtualenv - one for python 2.x and one for 3.x - so that we can test both versions against our code. 
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1577

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/594.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #594
    
----
commit ae8306c92bfa5bc5644d0793124e929b47f9b8f9
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-03-02T12:01:47Z

    TINKERPOP-1577 Added support for building gremlin-python with python 2.x and 3.x

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #594: TINKERPOP-1577 Building gremlin-python with python 2/3

Posted by davebshow <gi...@git.apache.org>.
Github user davebshow commented on the issue:

    https://github.com/apache/tinkerpop/pull/594
  
    Should this include documentation on how to run against the different interpreters?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop pull request #594: TINKERPOP-1577 Building gremlin-python with pyt...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/tinkerpop/pull/594


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #594: TINKERPOP-1577 Building gremlin-python with python 2/3

Posted by spmallette <gi...@git.apache.org>.
Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/594
  
    I think the existing documentation covers it, because it already discusses virtualenv which is responsible for setting up the different python environments to test against. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #594: TINKERPOP-1577 Building gremlin-python with python 2/3

Posted by okram <gi...@git.apache.org>.
Github user okram commented on the issue:

    https://github.com/apache/tinkerpop/pull/594
  
    VOTE +1.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #594: TINKERPOP-1577 Building gremlin-python with python 2/3

Posted by davebshow <gi...@git.apache.org>.
Github user davebshow commented on the issue:

    https://github.com/apache/tinkerpop/pull/594
  
    Tested using mvn clean install with .glv file. Gremlin tests ran successfully against Python 2.7 and Python 3.5 interpreter.
    
    VOTE +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---