1
1
# TO EDIT
2
2
TAG ?= v0.25.0rc0
3
- GH_USERNAME ?= jorisvandenbossche
3
+ GH_USERNAME ?= TomAugspurger
4
4
5
- PANDAS_VERSION=$(TAG:v% =%) # like 0.24.2
5
+ PANDAS_VERSION=$(TAG:v% =%) # like 0.24.2
6
6
PANDAS_BASE_VERSION=$(shell echo '0.24.2' | awk -F '.' '{OFS="."} { print $$1, $$2}') # like 0.24
7
7
TARGZ=pandas-$(PANDAS_VERSION ) .tar.gz
8
8
@@ -14,10 +14,10 @@ SHELL := /bin/bash
14
14
# -----------------------------------------------------------------------------
15
15
16
16
init-repos :
17
- git clone https://github.com/pandas-dev/pandas && git -C pandas remote rename origin upstream && git -C pandas remote add origin https://github.com/$(GH_USERNAME ) /pandas
18
- git clone https://github.com/pandas-dev/pandas-website && git -C pandas-website remote rename origin upstream && git -C pandas-website remote add origin https://github.com/$(GH_USERNAME ) /pandas-website
19
- git clone https://github.com/conda-forge/pandas-feedstock && git -C pandas-feedstock remote rename origin upstream && git -C pandas-feedstock remote add origin https://github.com/$(GH_USERNAME ) /pandas-feedstock
20
- git clone --recursive https://github.com/MacPython/pandas-wheels && git -C pandas-wheels remote rename origin upstream && git -C pandas-wheels remote add origin https://github.com/$(GH_USERNAME ) /pandas-wheels
17
+ git clone https://github.com/pandas-dev/pandas && git -C pandas remote rename origin upstream && git -C pandas remote add origin https://github.com/$(GH_USERNAME ) /pandas
18
+ git clone https://github.com/pandas-dev/pandas-website && git -C pandas-website remote rename origin upstream && git -C pandas-website remote add origin https://github.com/$(GH_USERNAME ) /pandas-website
19
+ git clone https://github.com/conda-forge/pandas-feedstock && git -C pandas-feedstock remote rename origin upstream && git -C pandas-feedstock remote add origin https://github.com/$(GH_USERNAME ) /pandas-feedstock
20
+ git clone --recursive https://github.com/MacPython/pandas-wheels && git -C pandas-wheels remote rename origin upstream && git -C pandas-wheels remote add origin https://github.com/$(GH_USERNAME ) /pandas-wheels
21
21
22
22
update-repos :
23
23
git -C pandas checkout master && git -C pandas pull
@@ -58,7 +58,6 @@ pandas/dist/$(TARGZ):
58
58
-v ${CURDIR} /scripts:/scripts \
59
59
pandas-build \
60
60
sh /scripts/build_sdist.sh
61
- sudo chown $$(id -u ) :$$(id -g ) pandas/dist/ --recursive
62
61
63
62
# -----------------------------------------------------------------------------
64
63
# Tests
0 commit comments