Skip to content

Commit d30f07d

Browse files
Remove Puka port
1 parent a345de8 commit d30f07d

15 files changed

+29
-389
lines changed

Makefile

+1-8
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ all:
3131
# make
3232
# make install
3333
#
34-
setup: dotnet/.ok erlang/.ok java/.ok python/.ok php/.ok ruby-amqp/.ok ruby/.ok python-puka/.ok clojure/.ok
34+
setup: dotnet/.ok erlang/.ok java/.ok python/.ok php/.ok ruby-amqp/.ok ruby/.ok clojure/.ok
3535

3636
setup-travisci: dotnet/.ok erlang/.ok java/.ok python/.ok ruby/.ok php/.ok clojure/.ok
3737

@@ -128,13 +128,6 @@ clean::
128128
(cd ruby-amqp && \
129129
rm -rf .ok gems)
130130

131-
python-puka/.ok:
132-
(cd python-puka && \
133-
virtualenv venv && \
134-
./venv/bin/easy_install pip && \
135-
./venv/bin/pip install puka && \
136-
touch .ok)
137-
138131
perl/.ok:
139132
(cd perl && \
140133
PERL_MM_USE_DEFAULT=1 cpan -i -f Net::RabbitFoot && \

java/.idea/workspace.xml

+28-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-puka/README.md

-56
This file was deleted.

python-puka/emit_log.py

-18
This file was deleted.

python-puka/emit_log_direct.py

-20
This file was deleted.

python-puka/emit_log_topic.py

-20
This file was deleted.

python-puka/new_task.py

-21
This file was deleted.

python-puka/receive.py

-18
This file was deleted.

python-puka/receive_logs.py

-24
This file was deleted.

python-puka/receive_logs_direct.py

-32
This file was deleted.

python-puka/receive_logs_topic.py

-32
This file was deleted.

0 commit comments

Comments
 (0)