From a57eb50cd7c81917dad1555c01ef89c3aa9b790b Mon Sep 17 00:00:00 2001
From: Eivind Uggedal <eivind@uggedal.com>
Date: Mon, 31 Aug 2015 11:37:10 +0000
Subject: [PATCH] python-txgithub: use PYPI_SITE dist

---
 srcpkgs/python-txgithub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-txgithub/template b/srcpkgs/python-txgithub/template
index 6ea52d4ae6f..bcb307394e2 100644
--- a/srcpkgs/python-txgithub/template
+++ b/srcpkgs/python-txgithub/template
@@ -13,7 +13,7 @@ short_desc="GitHub API client implemented using Twisted"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
 license="MIT"
 homepage="https://github.com/tomprince/txgithub"
-distfiles="http://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
+distfiles="${PYPI_SITE}/t/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
 checksum=dda229e23bcfd6d7a26646b6feb74d2721ee8db9447e4e7dd7aacf8dfc8feb99
 
 post_install() {