X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ig0-f173.google.com (mail-ig0-f173.google.com [209.85.213.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id E2FBEDC0315 for ; Sun, 24 Aug 2014 06:38:41 +0000 (UTC) Received: by mail-ig0-f173.google.com with SMTP id h18so1473137igc.6 for ; Sat, 23 Aug 2014 23:38:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=JSpeyBH5AZg/2nJZG/hmgdPKzJOinA3fjcqIOyhrs6A=; b=BAmFrx+iX8JD+RYf1jrJYcAkxhpv69CqdXl1hfDiU+IZrMnDgP/KNHToIh6SOHUFZ+ agLE7JJau0U+ylt8/duh9rT6TFHDRXoDZD3ZKN1tyGjACDbsfIbQFEnXNPrmYlBOBEFk GGQiAzo6z5yifPsSmJRU/gwS1OXm2mWsfrMY2LEc0NcBgXLfRfPtYkAumiYpCK+EzmA/ 3YtBaQ3FXBlK/w+/0tVkTAMY2pVze7UrwvSU89IAXIrfx5tNIBNJ1U+D5W1f54wZQZZ2 9PHl7f8sbK8/3d5rv8cVMalh5Yf1wUy24tRVkOnbtgbPZaMfzFDFX19w4kevqF+1tGtj WnCw== X-Received: by 10.50.12.4 with SMTP id u4mr8278250igb.22.1408862319944; Sat, 23 Aug 2014 23:38:39 -0700 (PDT) Received: from localhost.localdomain (97-90-234-80.dhcp.eucl.wi.charter.com. [97.90.234.80]) by mx.google.com with ESMTPSA id jg9sm20855982igb.6.2014.08.23.23.38.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 23 Aug 2014 23:38:39 -0700 (PDT) From: Peter Bui To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH] Tornado Web Date: Sun, 24 Aug 2014 01:37:59 -0500 Message-Id: <1408862282-31199-1-git-send-email-pnutzh4x0r@gmail.com> X-Mailer: git-send-email 2.1.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: The following are three new aports for Tornado, a Python web framework and asynchronous networking library: http://www.tornadoweb.org/ The first two are dependencies for Tornado, while the final aport is the actual library. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---