[jira] [Commented] (ARROW-2301) [Python] Add source distribution publishing instructions to package / release management documentation

2018-04-06 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16428396#comment-16428396
 ] 

ASF GitHub Bot commented on ARROW-2301:
---

xhochy commented on issue #1795: ARROW-2301: [Python] Build source distribution 
inside the manylinux1 docker
URL: https://github.com/apache/arrow/pull/1795#issuecomment-379272507
 
 
   @kou Sorry for the delay, I have uploaded them now.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [Python] Add source distribution publishing instructions to package / release 
> management documentation
> --
>
> Key: ARROW-2301
> URL: https://issues.apache.org/jira/browse/ARROW-2301
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.10.0
>
>
> We wish to start publishing source tarballs for Python on PyPI



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARROW-2301) [Python] Add source distribution publishing instructions to package / release management documentation

2018-03-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16414912#comment-16414912
 ] 

ASF GitHub Bot commented on ARROW-2301:
---

kou commented on issue #1795: ARROW-2301: [Python] Build source distribution 
inside the manylinux1 docker
URL: https://github.com/apache/arrow/pull/1795#issuecomment-376374365
 
 
   Thanks!


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [Python] Add source distribution publishing instructions to package / release 
> management documentation
> --
>
> Key: ARROW-2301
> URL: https://issues.apache.org/jira/browse/ARROW-2301
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.10.0
>
>
> We wish to start publishing source tarballs for Python on PyPI



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARROW-2301) [Python] Add source distribution publishing instructions to package / release management documentation

2018-03-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16414649#comment-16414649
 ] 

ASF GitHub Bot commented on ARROW-2301:
---

wesm closed pull request #1795: ARROW-2301: [Python] Build source distribution 
inside the manylinux1 docker
URL: https://github.com/apache/arrow/pull/1795
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/dev/release/RELEASE_MANAGEMENT.md 
b/dev/release/RELEASE_MANAGEMENT.md
index 0069a2af8..06340ab11 100644
--- a/dev/release/RELEASE_MANAGEMENT.md
+++ b/dev/release/RELEASE_MANAGEMENT.md
@@ -154,7 +154,8 @@ The pip binary packages (called "wheels") are generated 
from the
 * Push arrow-dist updates to **both** apache/arrow-dist and your fork of
   arrow-dist.
 * Wait for builds to complete
-* Download all wheel files from the new BinTray package version ([example][4])
+* Download all wheel and tar.gz files from the new BinTray package version
+  ([example][4])
 
 Now, you can finally upload the wheels to PyPI using the `twine` CLI tool. You
 must be permissioned on PyPI to upload here; ask Wes McKinney or Uwe Korn if
diff --git a/python/manylinux1/build_arrow.sh b/python/manylinux1/build_arrow.sh
index 5df55a65c..6697733d0 100755
--- a/python/manylinux1/build_arrow.sh
+++ b/python/manylinux1/build_arrow.sh
@@ -70,6 +70,7 @@ for PYTHON_TUPLE in ${PYTHON_VERSIONS}; do
 echo "=== (${PYTHON}) Building wheel ==="
 PATH="$PATH:${CPYTHON_PATH}/bin" $PYTHON_INTERPRETER setup.py build_ext 
--inplace --with-parquet --bundle-arrow-cpp --bundle-boost 
--boost-namespace=arrow_boost
 PATH="$PATH:${CPYTHON_PATH}/bin" $PYTHON_INTERPRETER setup.py bdist_wheel
+PATH="$PATH:${CPYTHON_PATH}/bin" $PYTHON_INTERPRETER setup.py sdist
 
 echo "=== (${PYTHON}) Test the existence of optional modules ==="
 $PIP install -r requirements.txt
@@ -88,4 +89,5 @@ for PYTHON_TUPLE in ${PYTHON_VERSIONS}; do
 deactivate
 
 mv repaired_wheels/*.whl /io/dist
+mv dist/*.tar.gz /io/dist
 done


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [Python] Add source distribution publishing instructions to package / release 
> management documentation
> --
>
> Key: ARROW-2301
> URL: https://issues.apache.org/jira/browse/ARROW-2301
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.10.0
>
>
> We wish to start publishing source tarballs for Python on PyPI



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARROW-2301) [Python] Add source distribution publishing instructions to package / release management documentation

2018-03-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16414136#comment-16414136
 ] 

ASF GitHub Bot commented on ARROW-2301:
---

xhochy opened a new pull request #1795: ARROW-2301: [Python] Build source 
distribution inside the manylinux1 docker
URL: https://github.com/apache/arrow/pull/1795
 
 
   @kou Once this is merged, I will upload the source distribution for 0.9.0.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [Python] Add source distribution publishing instructions to package / release 
> management documentation
> --
>
> Key: ARROW-2301
> URL: https://issues.apache.org/jira/browse/ARROW-2301
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Priority: Major
>  Labels: pull-request-available
>
> We wish to start publishing source tarballs for Python on PyPI



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)