summaryrefslogtreecommitdiff
path: root/Makefile
blob: a625f5cdca9289fd3b3a5917798e066c91adcb62 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.PHONY: rtest build test clean


build:
	python setup.py build_ext --inplace

test:
	python setup.py test -v

rtest:
	~/dev/venvs/36-debug/bin/python setup.py build_ext --inplace

	env PYTHONPATH=. \
		~/dev/venvs/36-debug/bin/python -m test.regrtest -R3:3 --testdir tests/

clean:
	find . -name '*.pyc' | xargs rm
	find . -name '*.so' | xargs rm
	rm -rf ./build
	rm -rf ./dist
	rm -rf ./*.egg-info
2:39:49 +0800'>2024-08-05gnu: xmrig: Update to 6.21.3....Ahmad Draidi via Guix-patches via 2024-07-19gnu: p2pool: Update to 4.0....Guillaume Le Vaillant 2024-07-15gnu: trezord: Use go-1.18....Sharlatan Hellseher 2024-07-15gnu: packages/golang: Set default go version to 1.21....Sharlatan Hellseher 2024-07-05gnu: python-ta-lib: Update to 0.4.32....Vinicius Monego 2024-07-05gnu: homebank: Update to 5.8.1....Vinicius Monego 2024-07-05gnu: quantlib: Update to 1.34....Vinicius Monego 2024-06-18gnu: bitcoin-core: Update to 27.1....Michael Ford 2024-05-30gnu: electron-cash: Update to 4.4.1....Guillaume Le Vaillant 2024-05-30gnu: bitcoin-unlimited: Update to 2.1.0.0....Guillaume Le Vaillant 2024-04-26gnu: bitcoin-core: Update to 27.0....fanquake 2024-04-08gnu: xmrig: Update to 6.21.2....Ahmad Draidi 2024-04-05gnu: bitcoin-core: Update to 26.1....fanquake 2024-03-31gnu: homebank: Update to 5.7.4....Vinicius Monego 2024-03-29gnu: go-gopkg-in-natefinch-lumberjack.v2: Move to golang-xyz....Sharlatan Hellseher 2024-03-26gnu: monero-gui: Update to 0.18.3.3....Guillaume Le Vaillant 2024-03-26gnu: monero: Update to 0.18.3.3....Guillaume Le Vaillant 2024-03-20gnu: electron-cash: Update to 4.4.0....Guillaume Le Vaillant 2024-03-19gnu: Add fava....dan 2024-03-19gnu: beancount: Enable tests....Sharlatan Hellseher 2024-03-19gnu: beancount: Enable sanity check....Sharlatan Hellseher 2024-03-19gnu: beancount: Adjust package style....Sharlatan Hellseher 2024-03-17gnu: OpenTaxSolver: Update for 2023 tax filing....Zacchaeus Scheffer 2024-03-10gnu: monero-gui: Update to 0.18.3.2....Guillaume Le Vaillant 2024-03-10gnu: monero: Update to 0.18.3.2....Guillaume Le Vaillant 2024-03-10gnu: bitcoin-unlimited: Update to 2.0.0.1....Guillaume Le Vaillant 2024-02-28gnu: kitsas: Update to 5.4.1...Saku Laesvuori 2024-02-24gnu: xmrig: Update to 6.21.0....Ahmad Draidi 2024-01-06gnu: p2pool: Update to 3.10....Guillaume Le Vaillant 2024-01-03gnu: go-github-com-gorilla-mux: Move to (gnu packages golang-web)....Sharlatan Hellseher 2023-12-20gnu: bitcoin-core: Update to 26.0....Michael Ford 2023-12-05gnu: python-trezor-agent: Fix inputs....Efraim Flashner 2023-11-23gnu: beancount: Update to 2.3.6....Vasile Dumitrascu 2023-10-21gnu: bitcoin-core: Update to 25.1....fanquake 2023-10-11gnu: p2pool: Update to 3.7....Guillaume Le Vaillant 2023-10-11gnu: monero-gui: Update to 0.18.3.1....Guillaume Le Vaillant 2023-10-11gnu: monero: Update to 0.18.3.1....Guillaume Le Vaillant